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: versioned_docs/version-7.x/stack-navigator.md
+84-1Lines changed: 84 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ title: Stack Navigator
4
4
sidebar_label: Stack
5
5
---
6
6
7
+
import Tabs from '@theme/Tabs';
8
+
import TabItem from '@theme/TabItem';
9
+
7
10
Stack Navigator provides a way for your app to transition between screens where each new screen is placed on top of a stack.
8
11
9
12
By default the stack navigator is configured to have the familiar iOS and Android look & feel: new screens slide in from the right on iOS, use OS default animation on Android. But the [animations can be customized](#animation-related-options) to match your needs.
@@ -214,9 +217,89 @@ If you need to disable this optimization for specific screens (e.g. you want to
214
217
### Options
215
218
216
219
The following [options](screen-options.md) can be used to configure the screens in the navigator. These can be specified under:
217
-
*[`screenOptions`](screen-options.md#options-prop-on-screen) prop of `Stack.navigator` or
220
+
*[`screenOptions`](screen-options.md#options-prop-on-screen) prop of `Stack.navigator`
0 commit comments