DEV Community

Discussion on: React Native Push Notifications

Collapse
 
malikgenius profile image
malikgenius

Awesome article, i had to change few things to get it working for my Android, still have not tested on IOS.....
below not required by firebase and if you keep might get error of google-play version bla .
implementation 'com.google.firebase:firebase-core:16.0.0'

wish it would be auto link react-native-notifications but we have do it manually...
below is not required so dont add it to MainApplication.java
packages.add(new RNNotificationsPackage(MainApplication.this));

rather than that till demo checking its working great, i will do some more digging on it..