Files
WalletTracker/app.json

51 lines
1.2 KiB
JSON

{
"expo": {
"name": "WalletTracker",
"slug": "wallettracker",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#4A90E2"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.wallettracker.app"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#4A90E2"
},
"package": "com.wallettracker.app",
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
[
"expo-image-picker",
{
"photosPermission": "L'application a besoin d'accéder à vos photos pour ajouter des tickets."
}
]
],
"extra": {
"eas": {
"projectId": "your-project-id"
}
},
"updates": {
"enabled": false,
"checkAutomatically": "ON_ERROR_RECOVERY",
"fallbackToCacheTimeout": 0
}
}
}