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 d470f49 commit 29832b4Copy full SHA for 29832b4
packages/firestore/memory/package.json
@@ -3,7 +3,6 @@
3
"description": "A memory-only build of the Cloud Firestore JS SDK.",
4
"main": "../dist/index.memory.node.cjs.js",
5
"main-esm2017": "../dist/index.memory.node.esm2017.js",
6
- "react-native": "../dist/index.memory.rn.esm2017.js",
7
"browser": "../dist/index.memory.cjs.js",
8
"module": "../dist/index.memory.esm.js",
9
"esm2017": "../dist/index.memory.esm2017.js",
packages/firestore/package.json
@@ -43,7 +43,6 @@
43
},
44
"main": "dist/index.node.cjs.js",
45
"main-esm2017": "dist/index.node.esm2017.js",
46
- "react-native": "dist/index.rn.esm2017.js",
47
"browser": "dist/index.cjs.js",
48
"module": "dist/index.esm.js",
49
"esm2017": "dist/index.esm2017.js",
0 commit comments