feat: Implement initial application structure, core pages, UI components, and Supabase backend integration.

This commit is contained in:
Rodrigo Lopes dos Santos
2026-03-16 01:30:28 +00:00
parent 8ece90a37e
commit 0270a6cbdf
49 changed files with 2122 additions and 797 deletions

View File

@@ -6,7 +6,6 @@
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
@@ -32,8 +31,9 @@
},
"extra": {
"eas": {
"projectId": "your-project-id-here"
"projectId": "b018a5db-c940-4364-81ee-596ced75cae3"
}
}
},
"owner": "rodrigo_santos08"
}
}