fix: runtime issue
This commit is contained in:
parent
c56848c5b9
commit
b0e25bea8f
@ -28,6 +28,11 @@ public class MainApplication extends MultiDexApplication implements ReactApplica
|
||||
new ReactVideoPackage()
|
||||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getJSMainModuleName() {
|
||||
return "index";
|
||||
}
|
||||
};
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user