-
-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Description
OS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
Output of node -v && npm -v && npm ls --prod --depth=0
v8.9.3
5.5.1
in MainApplication.java, these codes were generated
@Override
protected String getJSBundleFile() {
return CodePush.getJSBundleFile();
}
But jsBundleFile is defined in Sentry library's constants
public static String getJSBundleFile() {
return CodePush.getJSBundleFile(CodePushConstants.DEFAULT_JS_BUNDLE_NAME);
}
Is there some way to override this?
Metadata
Metadata
Assignees
Labels
No labels