0.29 compat + refactoring android (#398)

0.29 compat
This commit is contained in:
Geoffrey Goh
2016-06-27 09:27:31 -07:00
committed by GitHub
parent e071938348
commit 38a52dc7a6
13 changed files with 940 additions and 794 deletions

View File

@@ -12,7 +12,7 @@ public class MainActivity extends ReactActivity {
@Override
protected String getJSBundleFile() {
return CodePush.getBundleUrl("index.android.bundle");
return CodePush.getJSBundleFile();
}
/**