{ "expo": { "name": "shoppingapp", "slug": "shoppingapp", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "mnkyshop", "userInterfaceStyle": "automatic", "newArchEnabled": false, "ios": { "supportsTablet": true, "bundleIdentifier": "com.anonymous.shoppingapp", "appleTeamId": "8AF5S7C42H" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.anonymous.shoppingapp" }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff" } ], [ "@sentry/react-native/expo", { "url": "https://sentry.io/", "project": "shoppingapp", "organization": "secure-whisper" } ] ], "experiments": { "typedRoutes": true } } }