Do we have PushNotification support for Android platform? Documentation shows iOS support (https://facebook.github.io/react-native/docs/pushnotificationios.html) nothing for Android.
Thanks !
Do we have PushNotification support for Android platform? Documentation shows iOS support (https://facebook.github.io/react-native/docs/pushnotificationios.html) nothing for Android.
Thanks !
I have not personally used this but this looks like it hooks up to Google's cloud messaging platform which is what is used for Push Notifications on Android.
https://github.com/oney/react-native-gcm-android
I've build this solution using OneSignal (link). There is a react-native plugin for it as well with iOS and Android support. You'll only have the same API for both platforms. Also it is free to use!