-
Notifications
You must be signed in to change notification settings - Fork 244
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
[Android] No variants found for 'notifee_react-native'. #246
Comments
Sorry, no. |
Thanks, I already used it (read & run) and didn't find any differences. I'll try again. Read all the issues list and issues on github but I didn't find anything similar to my problem. |
🤔 maybe missing SDK in local environment for api31 |
Ok, finally found the solution. It was link to onesignal. Not the same error but same problem came from their library. Leaving this for anyone with the same problem. Just follow #124 or documentation. |
@mikehardy just to be sure, when you were testing incompatibilities with onesignal, did removing the onesignal gradle plugin from you build.gradle make onesignal stop working in RN ? Somehow, I can't have both libs working together... |
Not using their plugin is specifically mentioned: https://notifee.app/react-native/docs/integrations/onesignal |
Hi,
Am I the only one having problems during installation ? I've followed the steps needed and I can't have Notifee working on Android.
On Gradle sync, I get this error :
Check build files to ensure at least one variant exists.
If I ignore it and try to run project, it obviously won't and it gives me this one :
error: package io.invertase.notifee does not exist import io.invertase.notifee.NotifeePackage;
Does anyone run into this one ?
The text was updated successfully, but these errors were encountered: