Initial commit

Generated by create-expo-app 3.5.3.
This commit is contained in:
2026-05-12 10:05:48 +01:00
commit 0d71e6b7bc
10 changed files with 8901 additions and 0 deletions

29
app.json Normal file
View File

@@ -0,0 +1,29 @@
{
"expo": {
"name": "pantry-manager-android-app",
"slug": "pantry-manager-android-app",
"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
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}