-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation causes broken Android build #818
Comments
Ok, so turns out you can't add But when I remove it, I now get this error:
So same question, but one modification to the repo for reproduction: Remove And following this suggestion gives me a new error:
|
@DanielEliraz were you able to solve the issue: ? I just setup a fresh RN project, connected the lib and see the same
|
Ok, I was able to fix it by update google-service dependency in project gradle
@DanielEliraz can we update the doc here https://wix.github.io/react-native-notifications/docs/installation-android/ ? |
For anyone ending up here, with RN 0.72, I had to use this version:
|
I just added this package to a clean React Native project (via
npx react-native init
), and followed the Android installation instructions IAW this doc, and immediatly got this error:Is this package unsupported in the newest React Native version?
My code is at https://github.com/nibblesnbits/react-native-notifications-test
The text was updated successfully, but these errors were encountered: