Initial commit

Generated by create-expo-app 3.2.0.
This commit is contained in:
Dennis Hundertmark
2025-03-10 19:49:23 +01:00
commit b24544f115
30 changed files with 17173 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
{
"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
}
}
}