Android example point to example/index.js
This commit is contained in:
parent
605302a517
commit
eba943154e
|
@ -28,7 +28,7 @@ public class MainApplication extends Application implements ReactApplication {
|
|||
|
||||
@Override
|
||||
protected String getJSMainModuleName() {
|
||||
return "index";
|
||||
return "example/index";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue