react-native-vision-camera icon indicating copy to clipboard operation
react-native-vision-camera copied to clipboard

fix: Android 16 KB page support

Open rezagaruda opened this issue 3 months ago • 1 comments

What

Fixes support for Android 16KB page size by configuring appropriate CMake linker flags to ensure compatibility with devices using larger memory page sizes.

Changes

  • Added linker flags -Wl,-z,max-page-size=16384 and -Wl,-z,common-page-size=16384 to both cppFlags and cFlags
  • Added ANDROID_MAX_PAGE_SIZE_SUPPORTED=16384 CMake argument

Tested on

  • Redmi Note 7, Android 10

rezagaruda avatar Sep 22 '25 05:09 rezagaruda

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
react-native-vision-camera Ready Ready Preview Comment Sep 22, 2025 5:52am

vercel[bot] avatar Sep 22 '25 05:09 vercel[bot]