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"