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 746bc1a commit 7393deaCopy full SHA for 7393dea
.github/workflows/pull-request.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Use Node.js
15
uses: actions/setup-node@v4
16
with:
17
- node-version: 18
+ node-version: 20
18
cache: 'yarn'
19
20
- name: Install dependencies
.gitignore
@@ -53,3 +53,10 @@ buck-out/
53
*.keystore
54
55
Example/yarn.lock
56
+
57
+examples/expo-cng/.expo
58
+examples/expo-cng/ios
59
+examples/expo-cng/android
60
+examples/expo-cng/*.tsbuildinfo
61
62
0 commit comments