app framework

This commit is contained in:
blaisadmin
2026-03-27 00:38:12 -04:00
parent a395f9422c
commit bba670491e
39 changed files with 11781 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"expo": {
"name": "FletchIQ",
"slug": "fletchiq",
"version": "0.1.0",
"orientation": "portrait",
"platforms": [
"android",
"ios",
"web"
],
"assetBundlePatterns": [
"**/*"
],
"extra": {
"supabaseUrl": "https://your-project.supabase.co",
"supabaseAnonKey": "your-anon-key"
},
"web": {
"bundler": "metro"
}
}
}