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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
@@ -95,13 +95,13 @@ function createReactNavigationReduxMiddleware<State: {}>(
95
95
```
96
96
97
97
* Returns a middleware that can be applied to a Redux store.
98
-
* Param `key` needs to be unique for the Redux store. Most people only have one store, so can use any string (eg. `"root"`), as long as it's consistent with the call to `reduxifyNavigator` below.
98
+
* Param `key` needs to be unique for the Redux store. Most people only have one store, so can use any string (eg. `"root"`), as long as it's consistent with the call to `createReduxContainer` below.
99
99
* Param `navStateSelector` selects the navigation state from your store.
0 commit comments