Skip to content

Commit bb4faf2

Browse files
authored
Merge pull request #1 from jkoutavas/heynow/rnw
Added "require" to exports for react-native-web imports to compile
2 parents 4396e24 + 8523fbb commit bb4faf2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"exports": {
4242
".": {
4343
"types": "./dist/index.d.ts",
44-
"import": "./dist/index.js"
44+
"import": "./dist/index.js",
45+
"require": "./dist/index.js"
4546
}
4647
},
4748
"peerDependencies": {

0 commit comments

Comments
 (0)