Skip to content

Commit e56bd89

Browse files
sunnylqmblakef
authored andcommitted
Add jsBundleFile to DefaultReactNativeHost.kt (#47188)
Summary: The JsBundleFilePath has been ignored when converting DefaultReactNativeHost to ReactHost Changelog: [Internal] [Changed] - Add jsBundleFile to DefaultReactNativeHost.kt Pull Request resolved: #47188 Reviewed By: javache Differential Revision: D64914149 Pulled By: cortinico fbshipit-source-id: d437ca81df5a170e0c5f01a22ccda83f43a09dd2
1 parent 807500a commit e56bd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/defaults/DefaultReactNativeHost.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected constructor(
111111
packages,
112112
jsMainModuleName,
113113
bundleAssetName ?: "index",
114-
null,
114+
jsBundleFile,
115115
isHermesEnabled ?: true,
116116
useDeveloperSupport,
117117
)

0 commit comments

Comments
 (0)