Skip to content

Commit 9122a31

Browse files
committed
chore: moved all files to native-stack folder
1 parent 72930ef commit 9122a31

13 files changed

+12
-12
lines changed

versioned_docs/version-7.x/native-stack-navigator.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Requires `react-native-screens` version >=3.3.0.
167167
Only supported on iOS.
168168

169169
<video playsInline autoPlay muted loop>
170-
<source src="/assets/7.x/native-stack/headerBackButtonMenuEnabled/headerBackButtonMenuEnabled.mp4" />
170+
<source src="/assets/7.x/native-stack/headerBackButtonMenuEnabled.mp4" />
171171
</video>
172172

173173
#### `headerBackVisible`
@@ -182,7 +182,7 @@ Title string used by the back button on iOS. Defaults to the previous scene's ti
182182

183183
Only supported on iOS.
184184

185-
<img src="/assets/7.x/native-stack/headerBackTitle/headerBackTitle.jpeg" height="700" alt="Header back title" />
185+
<img src="/assets/7.x/native-stack/headerBackTitle.jpeg" height="700" alt="Header back title" />
186186

187187
#### `headerBackTitleVisible`
188188

@@ -199,7 +199,7 @@ Style object for header back title. Supported properties:
199199

200200
Only supported on iOS.
201201

202-
<img src="/assets/7.x/native-stack/headerBackTitleStyle/headerBackTitleStyle.png" width="500" alt="Header back title style" />
202+
<img src="/assets/7.x/native-stack/headerBackTitleStyle.png" width="500" alt="Header back title style" />
203203

204204
#### `headerBackImageSource`
205205

@@ -614,47 +614,47 @@ Supported values:
614614

615615
- `default`: use the platform default animation
616616
<video playsInline autoPlay muted loop>
617-
<source src="/assets/7.x/native-stack/animation/native-stack-animation-default.mp4" />
617+
<source src="/assets/7.x/native-stack/native-stack-animation-default.mp4" />
618618
</video>
619619

620620
- `fade`: fade screen in or out
621621
<video playsInline autoPlay muted loop>
622-
<source src="/assets/7.x/native-stack/animation/native-stack-animation-fade.mp4" />
622+
<source src="/assets/7.x/native-stack/native-stack-animation-fade.mp4" />
623623
</video>
624624

625625
- `fade_from_bottom`: fade the new screen from bottom
626626
<video playsInline autoPlay muted loop>
627-
<source src="/assets/7.x/native-stack/animation/native-stack-animation-fade-from-bottom.mp4" />
627+
<source src="/assets/7.x/native-stack/native-stack-animation-fade-from-bottom.mp4" />
628628
</video>
629629

630630
- `flip`: flip the screen, requires `presentation: "modal"` (iOS only)
631631
<video playsInline autoPlay muted loop>
632-
<source src="/assets/7.x/native-stack/animation/native-stack-animation-flip.mp4" />
632+
<source src="/assets/7.x/native-stack/native-stack-animation-flip.mp4" />
633633
</video>
634634

635635
- `simple_push`: default animation, but without shadow and native header transition (iOS only, uses default animation on Android)
636636
<video playsInline autoPlay muted loop>
637-
<source src="/assets/7.x/native-stack/animation/native-stack-animation-simple-push.mp4" />
637+
<source src="/assets/7.x/native-stack/native-stack-animation-simple-push.mp4" />
638638
</video>
639639

640640
- `slide_from_bottom`: slide in the new screen from bottom
641641
<video playsInline autoPlay muted loop>
642-
<source src="/assets/7.x/native-stack/animation/native-stack-animation-slide-from-bottom.mp4" />
642+
<source src="/assets/7.x/native-stack/native-stack-animation-slide-from-bottom.mp4" />
643643
</video>
644644

645645
- `slide_from_right`: slide in the new screen from right (Android only, uses default animation on iOS)
646646
<video playsInline autoPlay muted loop>
647-
<source src="/assets/7.x/native-stack/animation/native-stack-animation-slide-from-right.mp4" />
647+
<source src="/assets/7.x/native-stack/native-stack-animation-slide-from-right.mp4" />
648648
</video>
649649

650650
- `slide_from_left`: slide in the new screen from left (Android only, uses default animation on iOS)
651651
<video playsInline autoPlay muted loop>
652-
<source src="/assets/7.x/native-stack/animation/native-stack-animation-slide-from-left.mp4" />
652+
<source src="/assets/7.x/native-stack/native-stack-animation-slide-from-left.mp4" />
653653
</video>
654654

655655
- `none`: don't animate the screen
656656
<video playsInline autoPlay muted loop>
657-
<source src="/assets/7.x/native-stack/animation/native-stack-animation-none.mp4" />
657+
<source src="/assets/7.x/native-stack/native-stack-animation-none.mp4" />
658658
</video>
659659

660660
#### `presentation`

0 commit comments

Comments
 (0)