Przeglądaj źródła

fix(android) fix bundle script path

factor2
Saúl Ibarra Corretgé 11 miesięcy temu
rodzic
commit
d78b980b35
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      android/sdk/build.gradle

+ 1
- 1
android/sdk/build.gradle Wyświetl plik

@@ -139,7 +139,7 @@ android.libraryVariants.all { def variant ->
139 139
         // Run the bundler
140 140
         commandLine(
141 141
                 "node",
142
-                "node_modules/react-native/bundle.js",
142
+                "node_modules/react-native/scripts/bundle.js",
143 143
                 "--platform", "android",
144 144
                 "--dev", "${devEnabled}",
145 145
                 "--reset-cache",

Ładowanie…
Anuluj
Zapisz