Pārlūkot izejas kodu

fix(android) fix bundle script path

factor2
Saúl Ibarra Corretgé 11 mēnešus atpakaļ
vecāks
revīzija
d78b980b35
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      android/sdk/build.gradle

+ 1
- 1
android/sdk/build.gradle Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt