UNPKG

@dream11mobile/react-native-firebase

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

18 lines 506 B
export default { onAdLoaded: 'onAdLoaded', onAdOpened: 'onAdOpened', onAdLeftApplication: 'onAdLeftApplication', onAdClosed: 'onAdClosed', onAdFailedToLoad: 'onAdFailedToLoad' }; export const NativeExpressEventTypes = { onVideoEnd: 'onVideoEnd', onVideoMute: 'onVideoMute', onVideoPause: 'onVideoPause', onVideoPlay: 'onVideoPlay', onVideoStart: 'onVideoStart' }; export const RewardedVideoEventTypes = { onRewarded: 'onRewarded', onRewardedVideoStarted: 'onRewardedVideoStarted' };