Skip to content

Commit

Permalink
Add jsBundleFile to DefaultReactNativeHost.kt (#47188)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sunnylqm authored and facebook-github-bot committed Oct 24, 2024
1 parent 70c7616 commit d293fdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ protected constructor(
packages,
jsMainModuleName,
bundleAssetName ?: "index",
null,
jsBundleFile,
isHermesEnabled ?: true,
useDeveloperSupport,
)
Expand Down

0 comments on commit d293fdd

Please sign in to comment.