Skip to content

Commit 8d49a5b

Browse files
committed
fix android studio build
1 parent 4440718 commit 8d49a5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/mobile/android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ allprojects {
3737
}
3838

3939
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

Comments
 (0)