We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbb88e commit 116539cCopy full SHA for 116539c
1 file changed
packages/core/package.json
@@ -4,11 +4,10 @@
4
"main": "lib/commonjs/index.js",
5
"module": "lib/module/index.js",
6
"types": "lib/typescript/src/index.d.ts",
7
- "react-native": "./src/index.ts",
+ "react-native": "./lib/commonjs/index.js",
8
"source": "src/index.ts",
9
"exports": {
10
".": {
11
12
"import": "./lib/module/index.js",
13
"require": "./lib/commonjs/index.js",
14
"types": "./lib/typescript/src/index.d.ts"
0 commit comments