React Native Android GCM(Google 云消息传递)

React Native Android GCM (Google Cloud Messaging)

目前 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 我看到 GCM 仅在 iOS 上允许该服务。我如何在我的 React Native Android 应用程序中获得 GCM?

该模块目前看起来可以提供 Google 云消息传递功能,直到 Facebook 发布一个捆绑到 React Native 主包中的功能。

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

这是 github 上的另一个项目,支持 android 和 ios 的推送:

https://github.com/zo0r/react-native-push-notification