3

I followed the instructions for implementing this module to the letter.....however Im still getting error:

Could not resolve project :react-native-google-signin.
     Required by:
         project :app
      > Unable to find a matching configuration of project :react-native-google-signin:
          - None of the consumable configurations have attributes.

UPDATE 5/5/20 Below is the line of code that is causing the issue.....its in file settings.gradle

project(':react-native-google-signin').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/google-signin/android')

Any ideas would be appreciated

1
  • Which RN -v you used? Commented May 6, 2020 at 11:14

1 Answer 1

1

I actually figured out what I was doing wrong.

As Im using RN >= 0.60.....autolinking is used so I didnt need to add code to settings.gradle

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.