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