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:
Kevin Cooper
2017-04-23 11:33:57 -04:00
committed by Mike Grabowski
parent 261ea8aa05
commit 5c12c41d96
6 changed files with 4518 additions and 537 deletions

View File

@@ -23,7 +23,7 @@ public class MainApplication extends Application implements ReactApplication {
}
@Override
protected boolean getUseDeveloperSupport() {
public boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@ public class MainApplication extends Application implements ReactApplication {
}
@Override
protected boolean getUseDeveloperSupport() {
public boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}

View File

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