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

Capturing Cancel Login Action?

Open eggybot opened this issue 6 years ago • 1 comments

Hi @joonhocho is there any possible we can create a return value when user cancel the login? I only get a warning with this message.

YellowBox.js:82 Possible Unhandled Promise Rejection (id: 0):
Object {
  "description": "The user canceled the sign-in flow.",
}

but I need to add a return value so I can disabled the preloader I did when user cancel. I tried also using the .catch((error) but output return.

thanks,

eggybot avatar Feb 10 '18 16:02 eggybot

Do we have any news on this? I have the same issue right now.

ghost avatar Oct 16 '18 07:10 ghost