Skip to content

Commit 6a39b36

Browse files
committed
fix: fix language settings - in development, use Expo's reload
1 parent 82a32c1 commit 6a39b36

File tree

13 files changed

+29543
-54
lines changed

13 files changed

+29543
-54
lines changed

.vscode/settings.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@
3030
"i18n-ally.disabled": false, // make sure to disable i18n-ally in your global setting and only enable it for such projects
3131
"tailwindCSS.experimental.classRegex": [
3232
["tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
33-
]
33+
],
34+
"java.compile.nullAnalysis.mode": "automatic",
35+
"java.configuration.updateBuildConfiguration": "automatic"
3436
}

cli/package-lock.json

+69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)