We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0579c50 commit b12eee8Copy full SHA for b12eee8
1 file changed
examples/bare/android/app/build.gradle
@@ -11,7 +11,7 @@ react {
11
// The root of your project, i.e. where "package.json" lives. Default is '../..'
12
// root = file("../../")
13
// The folder where the react-native NPM package is. Default is ../../node_modules/react-native
14
- // reactNativeDir = file("../../node_modules/react-native")
+ reactNativeDir = file("../../../../node_modules/react-native")
15
// The folder where the react-native Codegen package is. Default is ../../node_modules/@react-native/codegen
16
// codegenDir = file("../../node_modules/@react-native/codegen")
17
// The cli.js file which is the React Native CLI entrypoint. Default is ../../node_modules/react-native/cli.js
0 commit comments