Skip to content

Commit f020410

Browse files
committed
Update highlights
1 parent d2b876f commit f020410

18 files changed

Lines changed: 80 additions & 48 deletions

static/assets/7.x/native-bottom-tabs-ios-bottom-accessory.mp4 renamed to static/assets/bottom-tabs/highlights/bottom-accessory.mp4

File renamed without changes.

static/assets/7.x/native-bottom-tabs-ios-minimize.mp4 renamed to static/assets/bottom-tabs/highlights/minimize-on-scroll.mp4

File renamed without changes.
File renamed without changes.
153 KB
Binary file not shown.
135 KB
Binary file not shown.
162 KB
Binary file not shown.
1.19 MB
Binary file not shown.
104 KB
Binary file not shown.

versioned_docs/version-7.x/drawer-navigator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ title: Drawer Navigator
44
sidebar_label: Drawer
55
---
66

7-
Drawer Navigator renders a navigation drawer on the side of the screen which can be opened and closed via gestures.
8-
97
<div className="feature-grid">
108

119
- <video playsInline autoPlay muted loop><source src="/assets/drawer/highlights/drawer-types.mp4" /></video>
@@ -18,7 +16,9 @@ Drawer Navigator renders a navigation drawer on the side of the screen which can
1816

1917
</div>
2018

21-
This wraps [`react-native-drawer-layout`](drawer-layout.md). If you want to use the drawer without React Navigation integration, use the library directly instead.
19+
Drawer Navigator renders a navigation drawer on the side of the screen which can be opened and closed via gestures.
20+
21+
This navigator wraps [`react-native-drawer-layout`](drawer-layout.md) to provide integration with React Navigation. If you want to use the drawer without React Navigation integration, use the library directly instead.
2222

2323
## Installation
2424

versioned_docs/version-7.x/material-top-tab-navigator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ title: Material Top Tabs Navigator
44
sidebar_label: Material Top Tabs
55
---
66

7-
A material-design themed tab bar on the top of the screen that lets you switch between different routes by tapping the tabs or swiping horizontally. Transitions are animated by default. Screen components for each route are mounted immediately.
8-
97
<div className="feature-grid">
108

119
- <video playsInline autoPlay muted loop><source src="/assets/material-top-tabs/highlights/scrollable-tabbar.mp4" /></video>
@@ -26,7 +24,9 @@ A material-design themed tab bar on the top of the screen that lets you switch b
2624

2725
</div>
2826

29-
This wraps [`react-native-tab-view`](tab-view.md). If you want to use the tab view without React Navigation integration, use the library directly instead.
27+
A material-design themed tab bar on the top of the screen that lets you switch between different routes by tapping the tabs or swiping horizontally.
28+
29+
This navigator wraps [`react-native-tab-view`](tab-view.md) to provide integration with React Navigation. If you want to use the tab view without React Navigation integration, use the library directly instead.
3030

3131
## Installation
3232

0 commit comments

Comments
 (0)