-
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
fix(android): find the module recursively #447
Conversation
Thanks so much for this p/r. Looks good to me 😎 My only slight concern is if it still works for local development. Going by the following line, it should though: |
@mikehardy as Android is your thing, I've added you as a reviewer too |
This reverts commit 7cf8179.
My app configuration is below In android/build.gradle In android/app/build.gradle In android/setting.gradle I am facing this issueA problem occurred configuring project ':@notifee_react-native'.
|
@ics-india-tech 0.66 supports auto-linking, so you don't need to set up manually. |
Thanks for your quick response. I have deleted all manual dependencies and still facing issues. Please help I am looking for a solution for more than a week. Below is the error No variants found for ':notifee_react-native'. Check build files to ensure at least one variant exists. at: |
Can you push up an example project with the issue to a public repo so we can help debug this with you? |
Hi @helenaford, Hope you are doing well.
I tried this link also https://notifee.app/react-native/docs/integrations/onesignal. But still, I am facing above mention issue. Kindly help me how to set up both(notifee & onesignal) in the same application. |
@ics-india-tech Please refer this issue #246 and trying Anyway, the build didn't fail even though I followed the above steps. |
may resolve monorepo issues (#350 (comment), #350 (comment))