Initial commit

Generated by create-expo-app 4.0.0.
This commit is contained in:
glitchySid
2026-06-24 00:16:38 +05:30
commit c48d7dba22
55 changed files with 9269 additions and 0 deletions

1
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1 @@
{ "recommendations": ["expo.vscode-expo-tools"] }

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit",
"source.sortMembers": "explicit"
}
}