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 46913cb commit c9a0fa4Copy full SHA for c9a0fa4
packages/core/package.json
@@ -36,6 +36,10 @@
36
},
37
"exports": {
38
".": {
39
+ "react-native": {
40
+ "types": "./dist/index.d.cts",
41
+ "default": "./dist/index.cjs"
42
+ },
43
"require": {
44
"types": "./dist/index.d.cts",
45
"default": "./dist/index.cjs"
packages/react/package.json
@@ -42,7 +42,10 @@
- "react-native": "./dist.index.cjs",
46
47
48
49
50
51
"react-server": "./dist/index-rsc.cjs",
0 commit comments