React Native currently supports push notifications in iOS. Setting this up seems simple, but achieving the same functionality in Android looks a lot harder. I currently don't see anything in the docs regarding setting up GCM (Google push notification service) in React Native. only the module that I saw for GCM only allows the service on iOS. How can I get GCM in my React Native Android app?
source share