Build failed while trying to start gradle deamon

Hi everyone,
I’m new here :wave: I’m trying to build an app on the react-native expo project but constantly getting the error message below. I can’t even get it to start the daemon :frowning: .

(base) PS C:\Users\richu\Documents\Programming\debremewi\android> ./gradlew clean --warning-mode all
Configuration on demand is an incubating feature.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'Dubai Debremewi'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find com.facebook.react:react-native-gradle-plugin:0.76.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/facebook/react/react-native-gradle-plugin/0.76.0/react-native-gradle-plugin-0.76.0.pom
       - https://repo.maven.apache.org/maven2/com/facebook/react/react-native-gradle-plugin/0.76.0/react-native-gradle-plugin-0.76.0.pom
       - file:/C:/Users/richu/Documents/Programming/debremewi/node_modules/react-native/android/com/facebook/react/react-native-gradle-plugin/0.76.0/react-native-gradle-plugin-0.76.0.pom
       - file:/C:/Users/richu/Documents/Programming/debremewi/node_modules/@react-native/gradle-plugin/com/facebook/react/react-native-gradle-plugin/0.76.0/react-native-gradle-plugin-0.76.0.pom
     Required by:
         project :

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s

That is a very react native specific problem, I’d suggest you ask in a react-native community.
Somewhere you might miss an NPM dependency or something like that.