Skip to content

Commit 966c56e

Browse files
committed
Update demo videos for navigators
1 parent a5b01d3 commit 966c56e

16 files changed

+19
-6
lines changed

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ article video {
181181
width: 300px;
182182
height: auto;
183183
margin: 16px 0;
184+
vertical-align: top;
184185
}
185186

186187
article video:has(+ video) {

static/assets/7.x/bottom-tabs.mp4

193 KB
Binary file not shown.
45.9 KB
Binary file not shown.

static/assets/7.x/drawer.mp4

80.9 KB
Binary file not shown.
148 KB
Binary file not shown.
141 KB
Binary file not shown.
237 KB
Binary file not shown.
150 KB
Binary file not shown.

static/assets/7.x/stack-ios.mp4

261 KB
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Bottom Tabs
77
A simple tab bar on the bottom of the screen that lets you switch between different routes. Routes are lazily initialized -- their screen components are not mounted until they are first focused.
88

99
<video playsInline autoPlay muted loop>
10-
<source src="/assets/navigators/tabs/bottom-tabs-demo.mov" />
10+
<source src="/assets/7.x/bottom-tabs.mp4" />
1111
</video>
1212

1313
## Installation

0 commit comments

Comments
 (0)