Skip to content

Commit fe725a0

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

File tree

13 files changed

+7874
-54
lines changed

13 files changed

+7874
-54
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ yarn-error.log
2020
# The following patterns were generated by expo-cli
2121

2222
expo-env.d.ts
23+
package-lock.json
2324
# @end expo-cli

.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)