From cd5c6a87b5f2b43dbdfbceceacbc37e8f7f049f7 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 1 Oct 2025 21:49:57 +0200 Subject: [PATCH] Dependency fix and added apk build --- app.json | 1 - eas.json | 9 ++++++++- package.json | 28 +++++----------------------- 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/app.json b/app.json index 2f111a3..ed73105 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,6 @@ "name": "my-drawer-app", "slug": "my-drawer-app", "version": "1.0.0", - "projectId": "361036ad-f0cf-41d1-ba27-d3f39f6019dc", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "mydrawerapp", diff --git a/eas.json b/eas.json index 464c30b..1b001dc 100644 --- a/eas.json +++ b/eas.json @@ -9,7 +9,14 @@ "distribution": "internal" }, "preview": { - "distribution": "internal" + "android": {"buildType": "apk"} + }, + "debug":{ + "developmentClient": false, + "android": { + "gradleCommand": ":app:assembleDebug", + "buildType": "apk" + } }, "production": { "autoIncrement": true diff --git a/package.json b/package.json index f81dac8..7107ada 100644 --- a/package.json +++ b/package.json @@ -12,31 +12,13 @@ }, "dependencies": { "@expo/metro-runtime": "~6.1.2", - "@expo/vector-icons": "^15.0.2", - "expo": "^54.0.10", - "expo-constants": "~18.0.9", - "expo-dev-client": "~6.0.12", - "expo-device": "~8.0.8", - "expo-font": "~14.0.8", - "expo-haptics": "~15.0.7", - "expo-image": "~3.0.8", - "expo-linking": "~8.0.8", - "expo-notifications": "~0.32.11", - "expo-permissions": "^14.4.0", - "expo-router": "~6.0.8", + "expo": "~54.0.11", + "expo-device": "~8.0.9", + "expo-notifications": "~0.32.12", + "expo-router": "~6.0.9", "expo-splash-screen": "~31.0.10", - "expo-status-bar": "~3.0.8", - "expo-symbols": "~1.0.7", - "expo-system-ui": "~6.0.7", - "expo-web-browser": "~15.0.7", "react": "19.1.0", - "react-dom": "19.1.0", - "react-native": "0.81.4", - "react-native-gesture-handler": "~2.28.0", - "react-native-reanimated": "~4.1.1", - "react-native-safe-area-context": "~5.6.0", - "react-native-screens": "~4.16.0", - "react-native-web": "~0.21.0" + "react-native": "0.81.4" }, "devDependencies": { "@types/react": "~19.1.0",