UNPKG

@react-native-firebase/app

Version:

A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto

10 lines 522 B
/** * This is used by Android and iOS to get a native module. * We additionally add a Proxy to the module to intercept calls * and log them to the console for debugging purposes, if enabled. * @param moduleName * @returns Raw native module from React Native (object with methods/properties or undefined) */ export declare function getReactNativeModule(moduleName: string): Record<string, unknown> | undefined; export declare function setReactNativeModule(): void; //# sourceMappingURL=nativeModuleAndroidIos.d.ts.map