react-native-google-sign-in icon indicating copy to clipboard operation
react-native-google-sign-in copied to clipboard

React Native Wrapper for Latest Google Sign-In OAuth SDK / API

Results 46 react-native-google-sign-in issues
Sort by recently updated
recently updated
newest added

getting this warning after selecting a google account from popup ``` Possible Unhandled Promise Rejection (id: 0): Object { "code": 10, "error": "DEVELOPER_ERROR", } ``` ![screenshot_1504083876](https://user-images.githubusercontent.com/4264813/29864490-858ed622-8d90-11e7-9866-5021274fbf29.png)

I am trying to work with it and after configure and run when I click on the sign in button is showing this warning and there is no output. ![screenshot_1](https://user-images.githubusercontent.com/25137925/27963450-eac1c0c2-6356-11e7-8fb3-195d80ff617e.png)...

Hi, 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...

Hello, when I try compile the app to Release the build fails because many resources android:attr not found. "react": "16.8.6", "react-native": "0.60.3", `FAILURE: Build failed with an exception. * What...

I'm noticing that in certain situations, the second time I call GoogleSignIn.signIn(), the app gets stuck on a blank white screen. It works fine the first time through, but the...

I followed exactly all setup instructions on a brand new macOS with brand new react-native `0.45.1` and checked that all files are as described in the README. But running `react-native...

Is this package using any Google Plus APIs? It seems like Google is shutting down all Google Plus APIs starting March 7th. https://developers.google.com/+/api-shutdown

Hey guys, I am not sure what is going on, I have followed the instructions to the dot. "react": "^16.0.0-alpha.12", "react-native": "^0.48.4", "react-native-google-sign-in": "^1.0.16" ``` :app:compileDebugJavaWithJavac - is not incremental...

Hi, I am getting google play services error today. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Could not resolve all...

Hello, I am using this module for google signin and it gives below error. { [GoogleSigninError: A non-recoverable sign in failure occurred] name: 'GoogleSigninError', code: 12500 }. I have completed...