Initial commit

This commit is contained in:
marianesaldana
2026-05-23 08:59:34 -06:00
commit 80dbd947e5
36446 changed files with 3729147 additions and 0 deletions

30
frontend/app.json Normal file
View File

@@ -0,0 +1,30 @@
{
"expo": {
"name": "Mi Ruta Limpia",
"slug": "mi-ruta-limpia",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#7B1A2E"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "mx.celaya.mirutalimpia"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#7B1A2E"
},
"package": "mx.celaya.mirutalimpia"
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
}
}
}