Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using react-native-google-signin with Firebase auth (android implementation)

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

like image 542
james murphy Avatar asked Jan 30 '26 17:01

james murphy


1 Answers

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

like image 170
james murphy Avatar answered Feb 02 '26 09:02

james murphy