Search code examples
react-nativereact-native-firebase

Project with path ':react-native-google-sign-in' could not be found in project ':app' in React Native Android


I am getting project not found. I have a try to run but getting error could not be found in project ':app'. Please help me.

`FAILURE: Build failed with an exception.

Where: Build file 'C:\Users\Vijay\lavisducagou\android\app\build.gradle' line: 159

What went wrong: A problem occurred evaluating project ':app'.

Project with path ':react-native-google-sign-in' could not be found in project ':app'.

Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED`

versions

"dependencies": {
"@react-native-community/google-signin": "^4.0.3",
"react": "16.8.3",
"react-native": "0.59.5",
"react-native-firebase": "^5.3.1"}

Solution

  • remove

    implementation(project(":react-native-google-signin"))

    from app/build.gradle