mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
* [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.
25 lines
477 B
JSON
25 lines
477 B
JSON
{
|
|
"name": "ReduxExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "15.4.2",
|
|
"react-native": "0.40.0",
|
|
"react-redux": "^5.0.2",
|
|
"redux": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "18.0.0",
|
|
"babel-preset-react-native": "1.9.1",
|
|
"jest": "18.1.0",
|
|
"react-test-renderer": "15.4.2"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|