Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native Android GCM (Google Cloud Messaging)

Tags:

react-native

Currently React Native supports Push Notifications in iOS. Setting that up seems straightforward, however achieving the same functionality in Android seems much more challenging. Currently I don't see anything in the docs regarding setting up GCM (Google's push notification service) in React Native. The only module I have seen for GCM allows the service only on iOS. How would I get GCM in my React Native Android app?

like image 481
Ryan McDermott Avatar asked Oct 12 '15 20:10

Ryan McDermott


1 Answers

This module looks like it could provide Google Cloud Messaging functionality for now until Facebook releases one that is bundled into the main React Native package.

https://github.com/oney/react-native-gcm-android

like image 109
Ryan McDermott Avatar answered Sep 21 '22 04:09

Ryan McDermott