I\'ve used react-native-fcm
for remote notification in android and iPhone.
react-native-fcm
In Android foreground I\'m not be able to getting re
Which API level you are testing on ? Android API 26 and above requires channels to be created in order to receive notifications in foreground. please read this for more information.
react-native-fcm
is also updated to include channels too, refer this
though the library should not be used anymore as the library is not maintained anymore, a good alternative is react-native-firebase.