adapt to Edge-to-edge and 16K Page Size #6988
nangongmoyan
started this conversation in
Ideas
Replies: 1 comment
-
We merged a PR with 16KB page sizes 2 days ago. Changes will be included in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get a red screen error when I run the react native 0.77 project on the emulator with Android 16K Page Size
When I run it on a 16K emulator, there is the following error message:

1.Warning: TypeError: Cannot read property 'makeMutable' of undefined
2.2.libworklets.so not found on /data/app/~~Lce-pUC4OZIx5pN8Xchx1w==/com.demo-t4fpmh3h_T32ZbejLCqkog==/base.apk!/lib/arm64-v8a flag: 5
java.lang.UnsatisfiedLinkError: dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/~~Lce-pUC4OZIx5pN8Xchx1w==/com.demo-t4fpmh3h_T32ZbejLCqkog==/base.apk!/lib/arm64-v8a/libworklets.so" (new hash type from the future?)
I hope it will work fine on a 16K device
The following are the related configurations of the project:
The current react native version is 0.77 and the react-native-reanimated version is 3.16.7
Beta Was this translation helpful? Give feedback.
All reactions