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 dbc6c3f commit ed3e814Copy full SHA for ed3e814
packages/react-native/ReactAndroid/build.gradle.kts
@@ -91,6 +91,8 @@ val preparePrefab by
91
Pair("src/main/jni/react/fabric", "react/fabric/"),
92
// glog
93
Pair(File(buildDir, "third-party-ndk/glog/exported/").absolutePath, ""),
94
+ // fbgloginit (exports fb/glog_init.h)
95
+ Pair("src/main/jni/first-party/fbgloginit", ""),
96
// jsiinpsector
97
Pair("../ReactCommon/jsinspector-modern/", "jsinspector-modern/"),
98
// mapbufferjni
0 commit comments