⭐ [Android] Support 16kb page size for Android 15+ devices #6368
Labels
Missing info
The user didn't precise the problem enough
Missing repro
This issue need minimum repro scenario
Platform: Android
This issue is specific to Android
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: