fix(android) fix bundle script path

This commit is contained in:
Saúl Ibarra Corretgé
2024-10-30 17:17:56 +01:00
committed by Saúl Ibarra Corretgé
parent 103d1d9f35
commit d78b980b35

View File

@@ -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",