mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
Fix the ReduxExample app (3) (#1144)
* [Example] Upgrade dependencies to fix the ReduxExample app * [Example] Also upgrade and fix the LinkingExample app * [Example] Update MainApplication.java to fix Android API
This commit is contained in:
committed by
Mike Grabowski
parent
261ea8aa05
commit
5c12c41d96
@@ -23,7 +23,7 @@ public class MainApplication extends Application implements ReactApplication {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean getUseDeveloperSupport() {
|
||||
public boolean getUseDeveloperSupport() {
|
||||
return BuildConfig.DEBUG;
|
||||
}
|
||||
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "15.4.1",
|
||||
"react-native": "^0.40.0"
|
||||
"react": "16.0.0-alpha.6",
|
||||
"react-native": "0.43.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "18.0.0",
|
||||
"babel-jest": "19.0.0",
|
||||
"babel-preset-react-native": "1.9.1",
|
||||
"jest": "18.1.0",
|
||||
"react-test-renderer": "15.4.1"
|
||||
"jest": "19.0.2",
|
||||
"react-test-renderer": "15.5.4"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
|
||||
3888
examples/LinkingExample/yarn.lock
Normal file
3888
examples/LinkingExample/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,7 @@ public class MainApplication extends Application implements ReactApplication {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean getUseDeveloperSupport() {
|
||||
public boolean getUseDeveloperSupport() {
|
||||
return BuildConfig.DEBUG;
|
||||
}
|
||||
|
||||
|
||||
@@ -7,16 +7,16 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "15.4.2",
|
||||
"react-native": "0.40.0",
|
||||
"react-redux": "^5.0.2",
|
||||
"redux": "^3.6.0"
|
||||
"react": "16.0.0-alpha.6",
|
||||
"react-native": "0.43.3",
|
||||
"react-redux": "5.0.4",
|
||||
"redux": "3.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "18.0.0",
|
||||
"babel-jest": "19.0.0",
|
||||
"babel-preset-react-native": "1.9.1",
|
||||
"jest": "18.1.0",
|
||||
"react-test-renderer": "15.4.2"
|
||||
"jest": "19.0.2",
|
||||
"react-test-renderer": "15.5.4"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user