From 9767e37e00b753d3fb2051004381e3cbcef7c2fb Mon Sep 17 00:00:00 2001 From: Matt Oakes Date: Thu, 14 Mar 2019 15:40:26 +0000 Subject: [PATCH] test(android): Ensure the "release" app has the Javascript bundled --- example/android/app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 8f3d28f..3493ce1 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -74,9 +74,7 @@ import com.android.build.OutputFile project.ext.react = [ entryFile: "example/index.js", - nodeExecutableAndArgs: ["echo", "'Skipping bundling"], - root: "../../../", - bundleInRelease: false + root: "../../../" ] apply from: "../../../node_modules/react-native/react.gradle"