mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
Fix redux documentation (#450)
I think the navigation key for the redux store should be `nav` and not `navReducer`.
This commit is contained in:
committed by
Mike Grabowski
parent
e0c1c95e6f
commit
fdb5faae7e
@@ -13,7 +13,7 @@ const navReducer = (state, action) => {
|
||||
};
|
||||
|
||||
const appReducer = combineReducers({
|
||||
navReducer,
|
||||
nav: navReducer,
|
||||
...
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user