I have been using this npm module in my React native project https://github.com/zo0r/react-native-push-notification for push notifications. On Ios everything is working fine. but on Android I am not able to send push message from my php server. However I am successfully getting device token on my Android device. I am using Api key on php side and getting error 401 unauthorised. My php code is copied from here https://gist.github.com/prime31/5675017
Any help?