Skip to content

Commit 28e2509

Browse files
author
Sid Ferreira
authored
Fix linebreaks and indents
1 parent ee3703f commit 28e2509

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
@@ -60,7 +60,10 @@ Visual options:
6060
* `none` - No header will be rendered.
6161
* `cardStyle` - Use this prop to override or extend the default style for an individual card in stack.
6262
* `transitionConfig` - Function to return an object that is merged with the default screen transitions (take a look at TransitionConfig in [type definitions](
63-
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.
63+
https://github.com/react-navigation/react-navigation/blob/master/flow/react-navigation.js)). Provided function will be passed the following arguments:
64+
* `transitionProps` - Transition props for the new screen.
65+
* `prevTransitionProps` - Transitions props for the old screen.
66+
* `isModal` - Boolean specifying if screen is modal.
6467
* `onTransitionStart` - Function to be invoked when the card transition animation is about to start.
6568
* `onTransitionEnd` - Function to be invoked once the card transition animation completes.
6669

0 commit comments

Comments
 (0)