mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-12 09:02:51 +08:00
Fix the ReduxExample app (2) (#945)
* [Example] Fix the ReduxExample app Just a bit of cleanup so it can run. * [Example] Remove AsyncStorage persistence from ReduxExample It's a cool feature, but isn't necessary to demonstrate how to use react-navigation and may cause more confusion than it's worth.
This commit is contained in:
committed by
Eric Vicenti
parent
31c538413e
commit
6978ceec85
@@ -10,8 +10,7 @@
|
||||
"react": "15.4.2",
|
||||
"react-native": "0.40.0",
|
||||
"react-redux": "^5.0.2",
|
||||
"redux": "^3.6.0",
|
||||
"redux-persist": "^4.0.1"
|
||||
"redux": "^3.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "18.0.0",
|
||||
|
||||
Reference in New Issue
Block a user