Replies: 1 comment
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am encountering issues when running my app on Android 15 devices with a 16 KB page size, particularly with some native components. Are there any plans to recompile the library to address these issues and ensure compatibility with phones that have a 16 KB page size?
As stated on Android doc,
An analysis of my app using the APK Analyzer as described by Android shows that it does use libreanimated.so as native code.

This is the native binary reported by the APK analysis:
libreanimated.so
Describe the solution you'd like
I would like for libReanimated to support 16kb page size phones so that apps supporting sdk 35 do not crash
Additional context
Android doc: https://developer.android.com/guide/practices/page-sizes#compile-16-kb-alignment
react-native thread: facebook/react-native#45054
What Platforms whould this feature/enhancement affect?
Android
Alternatives/Workarounds
No workaround I have investigated so far.
Beta Was this translation helpful? Give feedback.
All reactions