256b338ae3
Release APK / build (push) Has been cancelled
react-native-worklets and react-native-reanimated compile .so files without -Wl,-z,max-page-size=16384, causing a native crash at startup on Android 15 devices that use 16KB memory pages (Pixel 9+, Galaxy S25+). Patch applied in build-apk.sh and CI workflow after npm install, before the Gradle build. Guard prevents double-patching on repeated runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>