user api fetch request created

This commit is contained in:
Sanidhya Kumar Verma
2024-08-30 07:27:34 +00:00
committed by GitHub
parent 8f0a66ba39
commit 7f0d38eb3c
5 changed files with 95 additions and 3 deletions
+2 -2
View File
@@ -23,10 +23,10 @@
},
"web": {
"bundler": "metro",
"output": "static",
"output": "server",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router"],
"plugins": [["expo-router", { "origin": "https://example.com/" }]],
"experiments": {
"typedRoutes": true
}