Upgrade example app to React Native 0.39 (#630)

* Upgrade example app to react-native@0.39.0

* Fix formatting

* Update README.md to reflect new compatibility
This commit is contained in:
Richard Hua
2016-12-02 18:04:10 -08:00
committed by GitHub
parent 32032f191a
commit 6da5918b98
8 changed files with 73 additions and 50 deletions

View File

@@ -30,7 +30,8 @@ public class MainApplication extends Application implements ReactApplication {
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new CodePush("deployment-key-here", MainApplication.this, BuildConfig.DEBUG) );
new CodePush("deployment-key-here", MainApplication.this, BuildConfig.DEBUG)
);
}
};