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 b67e673 commit 4bf19edCopy full SHA for 4bf19ed
.gitignore
@@ -24,6 +24,7 @@ yarn-error.log*
24
.gradle
25
.project
26
.yarn
27
+.cxx
28
tmp/
29
30
!.eslintrc.js
@@ -34,6 +35,7 @@ tmp/
34
35
devices.js
36
37
*.framework
38
+*.xcframework
39
**/*.js.map
40
src/**/*.js
41
packages/**/*.js
.yarnrc.yml
@@ -2,4 +2,4 @@ nmHoistingLimits: workspaces
2
3
nodeLinker: node-modules
4
5
-yarnPath: tools/.yarn/releases/yarn-3.3.1.cjs
+yarnPath: tools/.yarn/releases/yarn-3.6.4.cjs
0 commit comments