You need to sign in or sign up before continuing.
Commit df352a69 by G

automatic change after 'npx expo run:ios'

parent 66ab0e44
...@@ -13,13 +13,18 @@ ...@@ -13,13 +13,18 @@
}, },
"assetBundlePatterns": ["**/*"], "assetBundlePatterns": ["**/*"],
"ios": { "ios": {
"supportsTablet": true "supportsTablet": true,
"bundleIdentifier": "com.idrissouattara.beasy-mobile"
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
} },
"permissions": [
"android.permission.USE_BIOMETRIC",
"android.permission.USE_FINGERPRINT"
]
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
"scripts": { "scripts": {
"start": "npx expo start", "start": "npx expo start",
"fresh-reset": "rm -rf node_modules && yarn install && yarn start --clear", "fresh-reset": "rm -rf node_modules && yarn install && yarn start --clear",
"android": "npx expo start --android", "android": "expo run:android",
"ios": "npx expo start --ios", "ios": "expo run:ios",
"web": "npx expo start --web", "web": "npx expo start --web",
"format": "biome format --no-errors-on-unmatched --write .", "format": "biome format --no-errors-on-unmatched --write .",
"lint": "biome lint --no-errors-on-unmatched --apply .", "lint": "biome lint --no-errors-on-unmatched --apply .",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment