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 d6431ed commit bc24731Copy full SHA for bc24731
android/build.gradle
@@ -159,7 +159,13 @@ android {
159
"**/libc++_shared.so",
160
"**/libreact_render*.so",
161
"**/libreactnativejni.so",
162
- "**/libreact_performance_timeline.so"
+ "**/libreact_performance_timeline.so",
163
+ // In 0.76 multiple react-native's libraries were merged and these are the main new artifacts we're using.
164
+ // Some of above lib* names could be removed after we remove support for 0.76.
165
+ // https://github.com/facebook/react-native/pull/43909
166
+ // https://github.com/facebook/react-native/pull/46059
167
+ "**/libfbjni.so",
168
+ "**/libreactnative.so"
169
]
170
}
171
sourceSets.main {
0 commit comments