mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-27 16:42:41 +00:00
fix: runtime issue
This commit is contained in:
@@ -28,6 +28,11 @@ public class MainApplication extends MultiDexApplication implements ReactApplica
|
||||
new ReactVideoPackage()
|
||||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getJSMainModuleName() {
|
||||
return "index";
|
||||
}
|
||||
};
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user