Sahas
Sahas

Reputation: 3186

React-Native Android PushNotifications

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 !

Upvotes: 5

Views: 728

Answers (2)

Timvp
Timvp

Reputation: 3731

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!

Upvotes: 1

rmevans9
rmevans9

Reputation: 5643

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

Upvotes: 1

Related Questions