Skip to content

Commit 8fec24f

Browse files
committed
Typo
1 parent 5e9672b commit 8fec24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/redux-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Some folks like to have their navigation state stored in the same place as the r
1010

1111
## Overview
1212

13-
1. To handle your app's navigation state in Redux, you can pass your own [`navigation`](navigation-prop.html) prop to a navigator. `react-navigation-redux-helpers` handles this for your behind the scenes with a "higher-order component" called `reduxifyNavigator`. You pass in your root navigator component to the `reduxifyNavigator` function, and it returns a new component that takes your navigation `state` and `dispatch` function as props.
13+
1. To handle your app's navigation state in Redux, you can pass your own [`navigation`](navigation-prop.html) prop to a navigator. `react-navigation-redux-helpers` handles this for you behind the scenes with a "higher-order component" called `reduxifyNavigator`. You pass in your root navigator component to the `reduxifyNavigator` function, and it returns a new component that takes your navigation `state` and `dispatch` function as props.
1414

1515
2. A middleware is needed so that any events that mutate the navigation state properly trigger React Navigation's event listeners.
1616

0 commit comments

Comments
 (0)