Files
tbbank-react-native-mobile/app.json
2025-07-09 12:32:05 +05:00

36 lines
810 B
JSON

{
"expo": {
"name": "TBBANK ONLINE",
"slug": "tbbank-online",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#17b69b"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#17b69b"
},
"edgeToEdgeEnabled": true,
"package": "com.nurmuhammet.ali.tbbankonline"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "280bed78-9335-4b73-a686-15a9f726a7ad"
}
}
}
}