Skip to content

Commit ce6465e

Browse files
Bring back ReactNative
1 parent 23e8971 commit ce6465e

31 files changed

+294
-320
lines changed

packages/firebase/src/index.rn.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import '../database';
2323
// TODO(b/158625454): Storage doesn't actually work by default in RN (it uses
2424
// `atob`). We should provide a RN build that works out of the box.
2525
import '../storage';
26+
import '../firestore';
2627

2728
firebase.registerVersion(name, version, 'rn');
2829

packages/firestore/externs.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"externs" : [
33
"node_modules/@types/node/base.d.ts",
4+
"node_modules/@types/node/globals.d.ts",
45
"node_modules/typescript/lib/lib.es5.d.ts",
56
"node_modules/typescript/lib/lib.dom.d.ts",
67
"node_modules/typescript/lib/lib.es2015.promise.d.ts",

0 commit comments

Comments
 (0)