Skip to content

Commit

Permalink
fix(android) fix bundle script path
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 30, 2024
1 parent 103d1d9 commit d78b980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ android.libraryVariants.all { def variant ->
// Run the bundler
commandLine(
"node",
"node_modules/react-native/bundle.js",
"node_modules/react-native/scripts/bundle.js",
"--platform", "android",
"--dev", "${devEnabled}",
"--reset-cache",
Expand Down

0 comments on commit d78b980

Please sign in to comment.