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: docs/stack-navigator.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,10 @@ Visual options:
63
63
*`uikit` - An approximation of the default behavior for iOS.
64
64
*`cardStyle` - Use this prop to override or extend the default style for an individual card in stack.
65
65
*`transitionConfig` - Function to return an object that is merged with the default screen transitions (take a look at TransitionConfig in [type definitions](
66
-
https://github.com/react-navigation/react-navigation/blob/master/flow/react-navigation.js)). Provided function will be passed the following arguments: - `transitionProps` - Transition props for the new screen. - `prevTransitionProps` - Transitions props for the old screen. - `isModal` - Boolean specifying if screen is modal.
66
+
https://github.com/react-navigation/react-navigation/blob/master/flow/react-navigation.js)). Provided function will be passed the following arguments:
67
+
*`transitionProps` - Transition props for the new screen.
68
+
*`prevTransitionProps` - Transitions props for the old screen.
69
+
*`isModal` - Boolean specifying if screen is modal.
67
70
*`onTransitionStart` - Function to be invoked when the card transition animation is about to start.
68
71
*`onTransitionEnd` - Function to be invoked once the card transition animation completes.
0 commit comments