IOS Push Notification Not Received Using (FCM) in Device in React Native (0.62.0)
I'm working in react native (0.62.0). I'm stuck in React Native Push Notification (Using FCM).
Here are the steps i'm doing.
Get a Device Token from FCM. (npm install react-native-firebase) using this plugin.
import firebase from "react-native-fi...