You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
When building my project after upgrading to Expo SDK 53, I receive the following error:
* What went wrong:
Could not determine the dependencies of task ':app:processDebugResources'.
> Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
> Could not find any matches for app.notifee:core:+ as no versions of app.notifee:core are available.
Searched in the following locations:
- file:/root_dir/node_modules/react-native/android/app/notifee/core/maven-metadata.xml
- https://dl.google.com/dl/android/maven2/app/notifee/core/maven-metadata.xml
- https://repo.maven.apache.org/maven2/app/notifee/core/maven-metadata.xml
- https://www.jitpack.io/app/notifee/core/maven-metadata.xml
- https://oss.sonatype.org/content/repositories/snapshots/app/notifee/core/maven-metadata.xml
Required by:
project :app > project :notifee_react-native
Steps to Reproduce:
Upgrade to Expo SDK 53 (React Native 0.73).
Use react-native-notifee in the project.
Attempt to build with yarn run android.
Expected Behavior:
The project should resolve the Notifee dependency and build successfully.
Actual Behavior:
Build fails with a dependency resolution error for app.notifee:core:+.
When building my project after upgrading to Expo SDK 53, I receive the following error:
Steps to Reproduce:
react-native-notifeein the project.yarn run android.Expected Behavior:
The project should resolve the Notifee dependency and build successfully.
Actual Behavior:
Build fails with a dependency resolution error for app.notifee:core:+.
Workarounds Tried:
Environment: