mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
* [Example] Upgrade dependencies to fix the ReduxExample app * [Example] Also upgrade and fix the LinkingExample app * [Example] Update MainApplication.java to fix Android API
23 lines
468 B
JSON
23 lines
468 B
JSON
{
|
|
"name": "LinkingExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.0.0-alpha.6",
|
|
"react-native": "0.43.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "19.0.0",
|
|
"babel-preset-react-native": "1.9.1",
|
|
"jest": "19.0.2",
|
|
"react-test-renderer": "15.5.4"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|