{ "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": "#ffffff" }, "ios": { "supportsTablet": true, "statusBar": { "barStyle": "dark-content" }, "bundleIdentifier": "com.nurmuhammet.ali.tbbankonline" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#17b69b" }, "edgeToEdgeEnabled": true, "package": "com.nurmuhammet.ali.tbbankonline", "statusBar": { "barStyle": "dark-content", "backgroundColor": "#ffffff" } }, "web": { "favicon": "./assets/favicon.png" }, "extra": { "eas": { "projectId": "280bed78-9335-4b73-a686-15a9f726a7ad" } }, "plugins": [ "expo-font", [ "expo-splash-screen", { "backgroundColor": "#ffffff", "image": "./assets/splash-icon.png", "imageWidth": 200 } ], "expo-system-ui" ] } }