From 76643fcc624219bd48f31f81f73423ca67f838b2 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sat, 14 Dec 2024 20:27:39 +0100 Subject: [PATCH] =?UTF-8?q?Retrait=20module=20inutilis=C3=A9,=20compilatio?= =?UTF-8?q?n=20Android?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/app.json | 1 + client/package-lock.json | 21 --------------------- client/package.json | 5 ++--- 3 files changed, 3 insertions(+), 24 deletions(-) diff --git a/client/app.json b/client/app.json index 8084790..d230d74 100644 --- a/client/app.json +++ b/client/app.json @@ -9,6 +9,7 @@ "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { + "bundleIdentifier": "traintrapemoi", "supportsTablet": true }, "android": { diff --git a/client/package-lock.json b/client/package-lock.json index fcff1a8..fd7ad52 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12,7 +12,6 @@ "@dev-plugins/react-query": "^0.1.0", "@expo/vector-icons": "^14.0.2", "@maplibre/maplibre-react-native": "^10.0.0-beta.8", - "@pchmn/expo-material3-theme": "github:pchmn/expo-material3-theme", "@react-native-async-storage/async-storage": "1.23.1", "@react-navigation/bottom-tabs": "^7.0.0", "@react-navigation/native": "^7.0.0", @@ -3647,12 +3646,6 @@ } } }, - "node_modules/@material/material-color-utilities": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@material/material-color-utilities/-/material-color-utilities-0.2.7.tgz", - "integrity": "sha512-0FCeqG6WvK4/Cc06F/xXMd/pv4FeisI0c1tUpBbfhA2n9Y8eZEv4Karjbmf2ZqQCPUWMrGp8A571tCjizxoTiQ==", - "license": "Apache-2.0" - }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -3712,20 +3705,6 @@ "node": ">=10" } }, - "node_modules/@pchmn/expo-material3-theme": { - "version": "1.3.2", - "resolved": "git+ssh://git@github.com/pchmn/expo-material3-theme.git#a32494e4a40b69cecd288f6dd0b87239f1fa2fbe", - "license": "MIT", - "dependencies": { - "@material/material-color-utilities": "^0.2.7", - "color": "^4.2.3" - }, - "peerDependencies": { - "expo": "*", - "react": "*", - "react-native": "*" - } - }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", diff --git a/client/package.json b/client/package.json index d0f1083..1c5f5c0 100644 --- a/client/package.json +++ b/client/package.json @@ -4,8 +4,8 @@ "version": "1.0.0", "scripts": { "start": "expo start", - "android": "expo start --android", - "ios": "expo start --ios", + "android": "expo run:android", + "ios": "expo run:ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint" @@ -18,7 +18,6 @@ "@dev-plugins/react-query": "^0.1.0", "@expo/vector-icons": "^14.0.2", "@maplibre/maplibre-react-native": "^10.0.0-beta.8", - "@pchmn/expo-material3-theme": "github:pchmn/expo-material3-theme", "@react-native-async-storage/async-storage": "1.23.1", "@react-navigation/bottom-tabs": "^7.0.0", "@react-navigation/native": "^7.0.0",