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 38d0df1 commit 8c6739eCopy full SHA for 8c6739e
example/ios/.ruby-version
@@ -0,0 +1 @@
1
+3.4.4
package.json
@@ -168,10 +168,19 @@
168
"source": "src",
169
"output": "lib",
170
"targets": [
171
- ["commonjs", {
172
- "esm": true,
173
- "sourceMaps": false }],
174
- ["module", { "esm": true }],
+ [
+ "commonjs",
+ {
+ "esm": true,
175
+ "sourceMaps": false
176
+ }
177
+ ],
178
179
+ "module",
180
181
+ "esm": true
182
183
184
"typescript"
185
]
186
},
@@ -187,5 +196,9 @@
187
196
"languages": "kotlin-objc",
188
197
"type": "turbo-module",
189
198
"version": "0.50.2"
199
+ },
200
+ "volta": {
201
+ "node": "22.17.0",
202
+ "yarn": "3.6.1"
190
203
}
191
204
0 commit comments