-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(⬆️): Upgraded Android build to support RN 0.76 (#2694)
In RN 0.76 there are some native libraries that are no longer available that we link in RN Skia: - reactnativejni - runtimeexecutor - turbomodulejsijni - react_nativemodule_core These have all been linked into one library file: libreactnative.so build.gradle: - Added ignore/exclude to libreactnative.so CMakeLists.txt - added tests to make sure we link with the correct library (reactnative.so) on 0.76 - added 0.76 test to avoid linking with non-existing libraries Testing: Tested with old/new arch on bare RN 0.75 + RN 0.76
- Loading branch information
Showing
2 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters