Added this in android/settings.gradle file
pluginManagement {repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
"@react-native/gradle-plugin": "0.75.2",
Remove the node_modules and clean the build and run the application and the issue was solved.