Commit b1bf9152 authored by Libin Lu's avatar Libin Lu Committed by GitHub

fix for jest

parent 4dd47289
import { NativeModules, NativeEventEmitter, Platform } from 'react-native';
const EventEmitter = new NativeEventEmitter(NativeModules.RNFIRMessaging);
const EventEmitter = new NativeEventEmitter(NativeModules.RNFIRMessaging || {});
export const FCMEvent = {
RefreshToken: 'FCMTokenRefreshed',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment