From df352a693dbed2a148e192d09c33fd6dc96e7752 Mon Sep 17 00:00:00 2001 From: G Date: Wed, 22 May 2024 12:53:29 +0000 Subject: [PATCH] automatic change after 'npx expo run:ios' --- app.json | 9 +++++++-- package.json | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 0b6d0de..fb9314a 100644 --- a/app.json +++ b/app.json @@ -13,13 +13,18 @@ }, "assetBundlePatterns": ["**/*"], "ios": { - "supportsTablet": true + "supportsTablet": true, + "bundleIdentifier": "com.idrissouattara.beasy-mobile" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" - } + }, + "permissions": [ + "android.permission.USE_BIOMETRIC", + "android.permission.USE_FINGERPRINT" + ] }, "web": { "favicon": "./assets/favicon.png" diff --git a/package.json b/package.json index 7042140..8e8495d 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "scripts": { "start": "npx expo start", "fresh-reset": "rm -rf node_modules && yarn install && yarn start --clear", - "android": "npx expo start --android", - "ios": "npx expo start --ios", + "android": "expo run:android", + "ios": "expo run:ios", "web": "npx expo start --web", "format": "biome format --no-errors-on-unmatched --write .", "lint": "biome lint --no-errors-on-unmatched --apply .", -- libgit2 0.27.1