feat: Implement initial application structure, core pages, UI components, and Supabase backend integration.
This commit is contained in:
6
app.json
6
app.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user