Commit df352a69 by G

automatic change after 'npx expo run:ios'

parent 66ab0e44
......@@ -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"
......
......@@ -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 .",
......
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