We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4c164 commit 88fa420Copy full SHA for 88fa420
.vscode/settings.json
@@ -0,0 +1,13 @@
1
+{
2
+ "notebook.defaultFormatter": "biomejs.biome",
3
+ "editor.formatOnSave": true,
4
+ "editor.defaultFormatter": "biomejs.biome",
5
+ "editor.codeActionsOnSave": {
6
+ "source.organizeImports.biome": "explicit",
7
+ "source.fixAll.biome": "explicit"
8
+ },
9
+ "biome.enabled": true,
10
+ "prettier.enable": false,
11
+ "typescript.tsdk": "node_modules/typescript/lib",
12
+ "typescript.enablePromptUseWorkspaceTsdk": true
13
+}
apps/activity-kit-example/targets/widget/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -119,4 +119,4 @@
119
"version": 1,
120
"author": "expo"
121
}
122
-}
0 commit comments