We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1572d commit 0f234c7Copy full SHA for 0f234c7
android/app/src/main/java/com/demo/activity/MainApplication.java
@@ -41,14 +41,11 @@ protected String getJSMainModuleName() {
41
}
42
43
/**
44
- * Returns the name of the bundle in assets. If this is {@code null}, and no file path is specified
45
- * for the bundle, the app will only work with {@link #getUseDeveloperSupport} enabled and will
46
- * always try to load the JS bundle from the packager server.
+ * Returns the name of the bundle in assets.
47
*/
48
- @Nullable
+ @NonNull
49
@Override
50
protected String getBundleAssetName() {
51
- String bundleAssetName = super.getBundleAssetName();
52
return JS_BUNDLE_NAME;
53
54
0 commit comments