You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/GUIDE_FOR_LIBRARY_AUTHORS.md
-1
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,6 @@ Allows for the customization of how the given screen should appear/disappear whe
221
221
-`"slide_from_bottom"` - slide in the new screen from bottom to top
222
222
-`"slide_from_right"` - slide in the new screen from right to left (Android only, resolves to default transition on iOS)
223
223
-`"slide_from_left"` - slide in the new screen from left to right
224
-
-`"ios"` - @deprecated iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS) (will be removed in v4.0.0 in favor of `ios_from_right`)
225
224
-`"ios_from_right"` - iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS)
226
225
-`"ios_from_left"` - iOS like slide in animation. pushes in the new screen from left to right (Android only, resolves to default transition on iOS)
227
226
-`"none"` – the screen appears/disappears without an animation
Copy file name to clipboardExpand all lines: native-stack/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -328,7 +328,6 @@ How the given screen should appear/disappear when pushed or popped at the top of
328
328
-`slide_from_bottom` – performs a slide from bottom animation
329
329
-`slide_from_right` - slide in the new screen from right to left (Android only, resolves to default transition on iOS)
330
330
-`slide_from_left` - slide in the new screen from left to right
331
-
-`"ios"` - @deprecated iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS) (will be removed in v4.0.0 in favor of `ios_from_right`)
332
331
-`"ios_from_right"` - iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS)
333
332
-`"ios_from_left"` - iOS like slide in animation. pushes in the new screen from left to right (Android only, resolves to default transition on iOS)
334
333
-`none` - the screen appears/disappears without an animation.
Copy file name to clipboardExpand all lines: src/native-stack/types.tsx
-1
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,6 @@ export type NativeStackNavigationOptions = {
448
448
* - "slide_from_bottom" – performs a slide from bottom animation
449
449
* - "slide_from_right" - slide in the new screen from right to left (Android only, resolves to default transition on iOS)
450
450
* - "slide_from_left" - slide in the new screen from left to right
451
-
* - "ios" - @deprecated iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS) (will be removed in v4.0.0 in favor of `ios_from_right`)
452
451
* - "ios_from_right" - iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS)
453
452
* - "ios_from_left" - iOS like slide in animation. pushes in the new screen from left to right (Android only, resolves to default transition on iOS)
454
453
* - "none" – the screen appears/dissapears without an animation
* - `slide_from_bottom` – performs a slide from bottom animation
387
386
* - "slide_from_right" - slide in the new screen from right to left (Android only, resolves to default transition on iOS)
388
387
* - "slide_from_left" - slide in the new screen from left to right
389
-
* - "ios" - @deprecated iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS) (will be removed in v4.0.0 in favor of `ios_from_right`)
390
388
* - "ios_from_right" - iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS)
391
389
* - "ios_from_left" - iOS like slide in animation. pushes in the new screen from left to right (Android only, resolves to default transition on iOS)
392
390
* - "none" – the screen appears/dissapears without an animation
0 commit comments