aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app.config.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* release(mobile): Bump mobile version to 1.8.3Mohamed Bassem2025-11-291-3/+3
|
* fix(mobile): upgrade react-native-pdf to v7 to fix page alignmentMohamedBassem2025-11-151-2/+2
|
* fix(mobile): fix app memory page size compatibility (#2135)Mohamed Bassem2025-11-151-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* release(mobile): Bump mobile version to 1.8.2Mohamed Bassem2025-11-141-3/+3
|
* release(mobile): Bump mobile version to 1.8.1Mohamed Bassem2025-11-081-3/+3
|
* release(mobile): Bump mobile version to 1.8.0MohamedBassem2025-08-311-3/+3
|
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
* fix(mobile): remove type: module so expo works (#1846)xuatz2025-08-201-0/+102