We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4440718 commit 8d49a5bCopy full SHA for 8d49a5b
packages/mobile/android/build.gradle
@@ -37,3 +37,7 @@ allprojects {
37
}
38
39
apply plugin: "com.facebook.react.rootproject"
40
+
41
+ext {
42
+ REACT_NATIVE_NODE_MODULES_DIR = file("$rootDir/../node_modules/react-native")
43
+}
0 commit comments