We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420c61f commit 0a4c4d6Copy full SHA for 0a4c4d6
RNTester/android/app/build.gradle
@@ -62,7 +62,7 @@ project.ext.react = [
62
bundleAssetName: "RNTesterApp.android.bundle",
63
entryFile: file("../../js/RNTesterApp.android.js"),
64
root: "$rootDir",
65
- inputExcludes: ["android/**", "./**"]
+ inputExcludes: ["android/**", "./**", ".gradle/**"]
66
]
67
68
apply from: "../../../react.gradle"
0 commit comments