标签: firebase react-native firebase-cloud-messaging react-native-firebase
我正在使用react-native-firebase创建一个react-native应用程序。现在有很多听众 用于FCM通知的onTokenRefresh,messageListener,notificationDisplaylistener等。
我想做的是创建一个处理程序类,并在那里而不是在主要组件中处理所有这些侦听器。
就像在componentWillMount中调用处理程序。 并删除componentUnmount中的处理程序。