Skip to content

how do I change entry file for Android? #330

@kdong007

Description

@kdong007

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions