[PR #2135] [MERGED] fix(mobile): fix app memory page size compatibility #1992

Closed
opened 2026-03-02 12:00:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2135
Author: @MohamedBassem
Created: 11/14/2025
Status: Merged
Merged: 11/15/2025
Merged by: @MohamedBassem

Base: mainHead: claude/fix-memory-page-size-01LBYyFfzL1haTvLBNH1wVW9


📝 Commits (3)

  • 8ddf7da fix(mobile): Add 16KB memory page size support for Android
  • a5d1de0 some fixes
  • 14d7722 more fixes

📊 Changes

4 files changed (+351 additions, -398 deletions)

View changed files

📝 apps/mobile/app.config.js (+4 -2)
📝 apps/mobile/package.json (+3 -3)
📝 packages/shared-react/package.json (+1 -1)
📝 pnpm-lock.yaml (+343 -392)

📄 Description

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"


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/2135 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 11/14/2025 **Status:** ✅ Merged **Merged:** 11/15/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `claude/fix-memory-page-size-01LBYyFfzL1haTvLBNH1wVW9` --- ### 📝 Commits (3) - [`8ddf7da`](https://github.com/karakeep-app/karakeep/commit/8ddf7da586fc3a9e42304e6e816dc1616edfd8b3) fix(mobile): Add 16KB memory page size support for Android - [`a5d1de0`](https://github.com/karakeep-app/karakeep/commit/a5d1de0c7dcc7443e1debbffa15e903eacb4ab09) some fixes - [`14d7722`](https://github.com/karakeep-app/karakeep/commit/14d772243c86b98aecbe6756f1d81376f021b2da) more fixes ### 📊 Changes **4 files changed** (+351 additions, -398 deletions) <details> <summary>View changed files</summary> 📝 `apps/mobile/app.config.js` (+4 -2) 📝 `apps/mobile/package.json` (+3 -3) 📝 `packages/shared-react/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+343 -392) </details> ### 📄 Description 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" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1992
No description provided.