vi-dot
Results
2
comments of
vi-dot
You can set the version used by react-native-push-notification directly like this : in `android/gradle.properties` ``` firebaseMessagingVersion=23.0.5 ```
Thanks for your work @fabioh8010 and @unimonkiez It works really well. If anyone wants to use it now: 1. Uninstall any previous version ``` npm uninstall -g react-native-asset npm uninstall...