expo template

This commit is contained in:
2026-06-02 12:01:39 +02:00
parent 7923514c5c
commit cc596e632f
40 changed files with 407 additions and 17 deletions

View File

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