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: website/versioned_docs/version-3.x/stack-navigator.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,9 @@ Visual options:
71
71
*`cardShadowEnabled` - Use this prop to have visible shadows during transitions. Defaults to `true`
72
72
*`cardOverlayEnabled` - Use this prop to have visible stack card overlays during transitions. Defaults to `false`.
73
73
*`transitionConfig` - Function to return an object that is merged with the default screen transitions (take a look at TransitionConfig in [type definitions](
74
-
https://github.com/react-navigation/react-navigation/blob/master/flow/react-navigation.js)). Provided function will be passed the following arguments:
75
-
*`transitionProps` - Transition props for the new screen.
76
-
*`prevTransitionProps` - Transitions props for the old screen.
74
+
https://github.com/react-navigation/react-navigation/blob/master/flow/react-navigation.js)). Provided function will be passed the following arguments:
75
+
*`transitionProps` - Transition props for the new screen.
76
+
*`prevTransitionProps` - Transitions props for the old screen.
77
77
*`isModal` - Boolean specifying if screen is modal.
78
78
*`onTransitionStart` - Function to be invoked when the card transition animation is about to start.
79
79
*`onTransitionEnd` - Function to be invoked once the card transition animation completes.
@@ -160,7 +160,7 @@ Style object for the header
160
160
161
161
#### `headerForceInset`
162
162
163
-
Allows to pass `forceInset` object to internal SafeAreaView used in the header.
163
+
Allows to pass `forceInset` object to internal SafeAreaView used in the header.
0 commit comments