test(android): Ensure the "release" app has the Javascript bundled

This commit is contained in:
Matt Oakes
2019-03-14 15:40:26 +00:00
committed by GitHub
parent ec664ac294
commit 9767e37e00
+1 -3
View File
@@ -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"