Initial commit

Generated by create-expo-app 3.5.3.
This commit is contained in:
km2023
2026-04-02 15:16:56 +08:00
commit 0c6e858f11
51 changed files with 10371 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"
}
}