Skip to content

Commit

Permalink
Merge branch 'v1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiroo committed Sep 13, 2017
2 parents b01edaa + 88c1226 commit 2c70d4f
Show file tree
Hide file tree
Showing 11 changed files with 5,866 additions and 804 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["react-native"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class MainApplication extends Application implements ReactApplication {

private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
@Override
protected boolean getUseDeveloperSupport() {
public boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}

Expand All @@ -43,11 +43,6 @@ public ReactNativeHost getReactNativeHost() {
return mReactNativeHost;
}

@Override
public boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}

@Override
public void onCreate() {
super.onCreate();
Expand Down
12 changes: 6 additions & 6 deletions CachedImageExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.46.4",
"react-native": "^0.48.3",
"react-native-cached-image": "../"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "15.4.2",
"sane": "^1.5.0"
"babel-jest": "^21.0.2",
"babel-preset-react-native": "^3.0.2",
"jest": "^21.0.2",
"react-test-renderer": "^15.6.1",
"sane": "^2.0.0"
},
"jest": {
"preset": "react-native"
Expand Down
Loading

0 comments on commit 2c70d4f

Please sign in to comment.