[build/ci] added bundleInDebug flag to build.gradle
This commit is contained in:
parent
dc38c22ac2
commit
1e777f8296
|
@ -66,6 +66,12 @@ import com.android.build.OutputFile
|
|||
* ]
|
||||
*/
|
||||
|
||||
project.ext.react = [
|
||||
// whether to bundle JS and assets in staging mode
|
||||
bundleInDebug: true,
|
||||
jsBundleDirDebug: "$buildDir/intermediates/assets/debug"
|
||||
]
|
||||
|
||||
apply from: "../../node_modules/react-native/react.gradle"
|
||||
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
|
||||
|
||||
|
|
Loading…
Reference in New Issue