-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
⭐ [Android] Support 16kb page size for Android 15+ devices #6368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Reanimated version and Description sections. |
Hey @k-saparia, is this issue related to |
Hi there, as of yesterday, it looks like this issue will have to be fixed by November 1st 2025
You can see Cheers |
Hi all, support for 16 KB page size for Android 15+ devices was added in #7037 by @m-bert which has been released in If you need to use an older release of |
Description
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:
libcrashlytics-common.so
Describe the solution you'd like
I would like for libreanimated.so 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.
Steps to reproduce
As stated in doc, create emulator with 16kb page size support SDK https://developer.android.com/guide/practices/page-sizes#compile-16-kb-alignment
Snack or a link to a repository
Global issue
Screens version
3.30.1
React Native version
0.72.1 and latest 0.74.2
Platforms
Android
JavaScript runtime
JSC
Workflow
React Native (without Expo)
Architecture
None
Build type
Release mode
Device
Android emulator
Device model
VanillaIceCream Google APIs Page Size 16 KB
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: