-
Notifications
You must be signed in to change notification settings - Fork 18
Description
During Android build we are seeing the following warning related to 16 KB page support:
APK app-development-arm64-v8a-debug.apk is not compatible with 16 KB devices.
Some libraries have LOAD segments not aligned at 16 KB boundaries:
lib/arm64-v8a/libimage_processing_util_jni.so
After investigation, the root cause appears to be stripe-identity-react-native, which bundles libimage_processing_util_jni.so.
This warning indicates the library is not aligned with the Android 16 KB page requirement.
So this needs to be resolved before that deadline, otherwise builds will be rejected on Play Store.
Request:
Please confirm if there is an existing fix or patch available.
If not, can you provide guidance on when a compatible version of the library will be released?
Environment:
React Native version: "0.81.0"
stripe-identity-react-native version: "^0.3.8"
Thanks in advance! 🙏