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 66ca29b commit cb0ecebCopy full SHA for cb0eceb
android/app/build.gradle
@@ -1,4 +1,5 @@
1
apply plugin: "com.android.application"
2
+apply plugin: "com.facebook.react"
3
4
import com.android.build.OutputFile
5
@@ -83,6 +84,11 @@ project.ext.react = [
83
84
85
apply from: "../../node_modules/react-native/react.gradle"
86
87
+react {
88
+ reactRoot = rootProject.file("../node_modules/react-native/")
89
+ codegenDir = rootProject.file("../node_modules/react-native-codegen/")
90
+}
91
+
92
/**
93
* Set this to true to create two separate APKs instead of one:
94
* - An APK that only works on ARM devices
0 commit comments