소스 검색

fix(android) fix making production bundles

factor2
Saúl Ibarra Corretgé 7 달 전
부모
커밋
103d1d9f35
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      android/sdk/build.gradle

+ 1
- 2
android/sdk/build.gradle 파일 보기

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

Loading…
취소
저장