You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments