aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/ui/PageTitle.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-11-15 00:50:02 +0000
committerGitHub <noreply@github.com>2025-11-15 00:50:02 +0000
commitfbd12ea345aade5f898f0e6c5d0d6d5954451a81 (patch)
treeb1fb729ad4420c5babe75e07bd680633dfdd631a /apps/mobile/components/ui/PageTitle.tsx
parent76c291a6974041d0f5af852313855e9cf18432cf (diff)
downloadkarakeep-fbd12ea345aade5f898f0e6c5d0d6d5954451a81.tar.zst
fix(mobile): fix app memory page size compatibility (#2135)
* fix(mobile): Add 16KB memory page size support for Android Updates to support Google Play's requirement for 16KB memory page sizes: - Update Expo SDK from 53.0.11 to 53.0.19 - Update expo-image from 2.2.0 to 2.4.0 - Update React Native from 0.79.3 to 0.79.5 - Configure expo-build-properties with: - compileSdkVersion: 35 - targetSdkVersion: 35 - buildToolsVersion: 34.0.0 - ndkVersion: 27.1.12297006 (r27 with 16KB support) These changes ensure all native libraries are compiled with proper alignment for 16KB page sizes as required by Android 15+ devices. Fixes Google Play rejection: "Your app does not support 16 KB memory page sizes" * some fixes * more fixes --------- Co-authored-by: Claude <noreply@anthropic.com>
Diffstat (limited to 'apps/mobile/components/ui/PageTitle.tsx')
0 files changed, 0 insertions, 0 deletions