fix: runtime issue

This commit is contained in:
olivier bouillet 2022-04-23 22:14:38 +02:00
parent c56848c5b9
commit b0e25bea8f

View File

@ -28,6 +28,11 @@ public class MainApplication extends MultiDexApplication implements ReactApplica
new ReactVideoPackage()
);
}
@Override
protected String getJSMainModuleName() {
return "index";
}
};
@Override