fix: Add package.json exports for react-native (#11623)

This commit is contained in:
Mackenzie Salisbury 2025-08-30 12:04:25 +08:00 committed by GitHub
parent 6930dab301
commit 6965fa2082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,9 @@
"exports": {
".": {
"types": "./index.d.ts",
"react-native": {
"default": "./browser/index.js"
},
"node": {
"types": "./index.d.ts",
"import": "./index.mjs",