Skip to content

Commit 3f2ccb4

Browse files
committed
Add videos for native bottom tabs
1 parent b5966fc commit 3f2ccb4

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
1.84 MB
Binary file not shown.
2.88 MB
Binary file not shown.

versioned_docs/version-7.x/native-bottom-tab-navigator.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Currently only iOS and Android are supported. Use [`createBottomTabNavigator`](b
1414

1515
Native Bottom Tabs displays screens with a tab bar to switch between them.
1616

17+
<video playsInline autoPlay muted loop>
18+
<source src="/assets/7.x/native-bottom-tabs-android.mp4" />
19+
</video>
20+
21+
<video playsInline autoPlay muted loop>
22+
<source src="/assets/7.x/native-bottom-tabs-ios.mp4" />
23+
</video>
24+
1725
The navigator uses native components on iOS and Android for better platform integration. On iOS, it uses `UITabBarController` and on Android, it uses `BottomNavigationView`.
1826

1927
## Installation

0 commit comments

Comments
 (0)