Android example point to example/index.js

This commit is contained in:
Bartol Karuza 2019-02-24 13:33:42 +08:00
parent 605302a517
commit eba943154e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class MainApplication extends Application implements ReactApplication {
@Override
protected String getJSMainModuleName() {
return "index";
return "example/index";
}
};