Skip to content

Commit 51e9087

Browse files
authored
Merge pull request react-navigation#63 from sidferreira/patch-1
Fix linebreaks and indents
2 parents b8bac66 + 28e2509 commit 51e9087

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/stack-navigator.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ Visual options:
6363
* `uikit` - An approximation of the default behavior for iOS.
6464
* `cardStyle` - Use this prop to override or extend the default style for an individual card in stack.
6565
* `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.
6770
* `onTransitionStart` - Function to be invoked when the card transition animation is about to start.
6871
* `onTransitionEnd` - Function to be invoked once the card transition animation completes.
6972

0 commit comments

Comments
 (0)