Files
Dennis Hundertmark b24544f115 Initial commit
Generated by create-expo-app 3.2.0.
2025-05-20 15:23:02 +02:00

53 lines
1.2 KiB
JSON

{
"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
}
}
}