expo rn app init

This commit is contained in:
Dennis Fruehbrodt
2026-08-11 17:28:47 +02:00
parent 2e095abb9d
commit f1a8c9c1ec
43 changed files with 10431 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
{ "recommendations": ["expo.vscode-expo-tools"] }
+7
View File
@@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit",
"source.sortMembers": "explicit"
}
}