Kaynağa Gözat

fixed crashing release builds: apply react.gradle to enable bundling in release builds.

Rotem M 9 yıl önce
ebeveyn
işleme
95fd616883
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      example/android/app/build.gradle

+ 1
- 0
example/android/app/build.gradle Dosyayı Görüntüle

1
 apply plugin: "com.android.application"
1
 apply plugin: "com.android.application"
2
 
2
 
3
 import com.android.build.OutputFile
3
 import com.android.build.OutputFile
4
+apply from: "../../node_modules/react-native/react.gradle"
4
 
5
 
5
 /**
6
 /**
6
  * Set this to true to create two separate APKs instead of one:
7
  * Set this to true to create two separate APKs instead of one: