From 1e777f829616c86ea1b21ce84329ca09076475fb Mon Sep 17 00:00:00 2001 From: Salakar Date: Thu, 22 Jun 2017 14:09:50 +0100 Subject: [PATCH] [build/ci] added bundleInDebug flag to build.gradle --- tests/android/app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/android/app/build.gradle b/tests/android/app/build.gradle index ce8bf579..0b8d759d 100644 --- a/tests/android/app/build.gradle +++ b/tests/android/app/build.gradle @@ -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"