React-Native Android PushNotifications

2019-05-07 05:02发布

问题:

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 !

回答1:

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



回答2:

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!