Skip to content

Commit

Permalink
Add jsBundleFile to DefaultReactNativeHost.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm authored Oct 24, 2024
1 parent ad341e3 commit a01bde2
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 a01bde2

Please sign in to comment.