Skip to content

Commit 4ae1632

Browse files
committed
Remove auth react-native path
1 parent b516abd commit 4ae1632

File tree

5 files changed

+1
-51
lines changed

5 files changed

+1
-51
lines changed

packages/auth/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
"types": "./dist/cordova/index.cordova.d.ts",
4242
"default": "./dist/cordova/index.js"
4343
},
44-
"./react-native": {
45-
"types": "./dist/rn/index.rn.d.ts",
46-
"default": "./dist/rn/index.js"
47-
},
4844
"./internal": {
4945
"types": "./dist/internal/index.d.ts",
5046
"node": {
@@ -72,8 +68,7 @@
7268
"files": [
7369
"dist",
7470
"cordova/package.json",
75-
"internal/package.json",
76-
"react-native/package.json"
71+
"internal/package.json"
7772
],
7873
"scripts": {
7974
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",

packages/auth/react-native/package.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/firebase/auth/react-native/index.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/firebase/auth/react-native/package.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/firebase/package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,6 @@
8383
},
8484
"default": "./auth/cordova/dist/esm/index.esm.js"
8585
},
86-
"./auth/react-native": {
87-
"types": "./auth/react-native/dist/auth/react-native/index.d.ts",
88-
"node": {
89-
"require": "./auth/react-native/dist/index.cjs.js",
90-
"import": "./auth/react-native/dist/index.mjs"
91-
},
92-
"browser": {
93-
"require": "./auth/react-native/dist/index.cjs.js",
94-
"import": "./auth/react-native/dist/esm/index.esm.js"
95-
},
96-
"default": "./auth/react-native/dist/esm/index.esm.js"
97-
},
9886
"./database": {
9987
"types": "./database/dist/database/index.d.ts",
10088
"node": {
@@ -420,7 +408,6 @@
420408
"app-check",
421409
"auth",
422410
"auth/cordova",
423-
"auth/react-native",
424411
"functions",
425412
"firestore",
426413
"firestore/lite",

0 commit comments

Comments
 (0)