{ "expo": { "name": "MiChangarrito", "slug": "michangarrito", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "scheme": "michangarrito", "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#10B981" }, "ios": { "supportsTablet": false, "bundleIdentifier": "com.michangarrito.app" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#10B981" }, "package": "com.michangarrito.app", "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false }, "web": { "favicon": "./assets/favicon.png" }, "extra": { "apiUrl": "http://localhost:3141/api/v1" }, "plugins": [ "expo-secure-store" ] } }