app framework
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user