@react-native-firebase/analytics
Version:
React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and mo
9 lines • 401 B
TypeScript
import type { RNFBAnalyticsModule as RNFBAnalyticsModuleType } from '../types/web';
/**
* This is a 'NativeModule' for the web platform.
* Methods here are identical to the ones found in
* the native android/ios modules e.g. `@ReactMethod` annotated
* java methods on Android.
*/
export declare const RNFBAnalyticsModule: RNFBAnalyticsModuleType;
//# sourceMappingURL=RNFBAnalyticsModule.d.ts.map