Merge pull request #3 from matt-oakes/patch-1

test(android): Ensure the "release" app has the Javascript bundled
This commit is contained in:
Christoph Nakazawa 2019-03-15 17:07:01 +09:00 committed by GitHub
commit 16e01f4546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"