Initial commit

Generated by create-expo-app 3.5.3.
This commit is contained in:
2026-04-03 16:10:24 +03:00
commit 97dcbc9f39
38 changed files with 13891 additions and 0 deletions

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

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