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:
Kevin Cooper
2017-04-07 12:06:44 -04:00
committed by Eric Vicenti
parent 31c538413e
commit 6978ceec85
7 changed files with 16 additions and 22 deletions

View File

@@ -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",