File tree 6 files changed +7
-51
lines changed
6 files changed +7
-51
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' firebase ' : major
3
+ ' @firebase/auth ' : major
4
+ ---
5
+
6
+ Remove ` firebase/auth/react-native ` entry point. The React Native bundle should be automatically picked up by React Native build tools which recognize the ` react-native ` fields in ` package.json ` (at the top level and in ` exports ` ).
Original file line number Diff line number Diff line change 41
41
"types" : " ./dist/cordova/index.cordova.d.ts" ,
42
42
"default" : " ./dist/cordova/index.js"
43
43
},
44
- "./react-native" : {
45
- "types" : " ./dist/rn/index.rn.d.ts" ,
46
- "default" : " ./dist/rn/index.js"
47
- },
48
44
"./internal" : {
49
45
"types" : " ./dist/internal/index.d.ts" ,
50
46
"node" : {
72
68
"files" : [
73
69
" dist" ,
74
70
" cordova/package.json" ,
75
- " internal/package.json" ,
76
- " react-native/package.json"
71
+ " internal/package.json"
77
72
],
78
73
"scripts" : {
79
74
"lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 83
83
},
84
84
"default" : " ./auth/cordova/dist/esm/index.esm.js"
85
85
},
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
- },
98
86
"./database" : {
99
87
"types" : " ./database/dist/database/index.d.ts" ,
100
88
"node" : {
421
409
" app-check" ,
422
410
" auth" ,
423
411
" auth/cordova" ,
424
- " auth/react-native" ,
425
412
" functions" ,
426
413
" firestore" ,
427
414
" firestore/lite" ,
You can’t perform that action at this time.
0 commit comments