From fac0fd5f32f45f901cde24ac9501c128f5bb17bf Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Thu, 29 May 2025 16:05:42 +0200 Subject: [PATCH] Add android edge-to-edge module to fix menu bar height issues (#846) --- apps/mobile-app/android/app/build.gradle | 7 --- .../app/src/main/res/values-night/styles.xml | 2 +- .../app/src/main/res/values/styles.xml | 2 +- apps/mobile-app/app.json | 11 +++- apps/mobile-app/app/_layout.tsx | 2 - apps/mobile-app/ios/Podfile.lock | 56 +++++++++++++++---- apps/mobile-app/package-lock.json | 24 ++++++-- apps/mobile-app/package.json | 11 ++-- 8 files changed, 80 insertions(+), 35 deletions(-) diff --git a/apps/mobile-app/android/app/build.gradle b/apps/mobile-app/android/app/build.gradle index 4631c281a..7f2987933 100644 --- a/apps/mobile-app/android/app/build.gradle +++ b/apps/mobile-app/android/app/build.gradle @@ -238,13 +238,6 @@ task lintCheck { dependsOn 'detekt' } -// Fix for expo-dev-menu lint model generation -afterEvaluate { - tasks.withType(com.android.build.gradle.internal.lint.LintModelWriterTask).configureEach { - dependsOn(':expo-dev-menu:copyAssets') - } -} - // Add a task dependency to make ktlint run before build tasks.named("preBuild") { dependsOn("ktlintCheck") diff --git a/apps/mobile-app/android/app/src/main/res/values-night/styles.xml b/apps/mobile-app/android/app/src/main/res/values-night/styles.xml index 3058fc690..2e9da3ae7 100644 --- a/apps/mobile-app/android/app/src/main/res/values-night/styles.xml +++ b/apps/mobile-app/android/app/src/main/res/values-night/styles.xml @@ -1,5 +1,5 @@ -