We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5486644 commit beee1fbCopy full SHA for beee1fb
.changeset/sharp-kids-open.md
@@ -0,0 +1,5 @@
1
+---
2
+'@livekit/react-native': patch
3
4
+
5
+Fix metro warning on invalid path configuration in package.json
package.json
@@ -2,14 +2,14 @@
"name": "@livekit/react-native",
"version": "2.10.0",
"description": "LiveKit for React Native",
- "main": "lib/commonjs/index",
6
- "module": "lib/module/index",
+ "main": "lib/commonjs/index.js",
+ "module": "lib/module/index.js",
7
"types": "lib/typescript/src/index.d.ts",
8
"exports": {
9
".": {
10
"source": "./src/index.tsx",
11
"types": "./lib/typescript/src/index.d.ts",
12
- "default": "./lib/commonjs/index"
+ "default": "./lib/commonjs/index.js"
13
}
14
},
15
"react-native": "src/index",
0 commit comments