Initial commit

Generated by create-expo-app 3.5.3.
This commit is contained in:
암냥 2026-04-04 20:06:22 +09:00
commit 8324b52de1
No known key found for this signature in database
51 changed files with 2848 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"
}
}