react-native-oauth icon indicating copy to clipboard operation
react-native-oauth copied to clipboard

Handler for cancellation

Open jirkaakres opened this issue 7 years ago • 1 comments

Is there any way to be notified that user cancelled the authentication (eg. by clicking back key on android or Done on iOS)? So far I haven't found any way to be notified about this, the promise simply doesn't execute neither .then nor .error. What am I missing?

jirkaakres avatar Aug 29 '17 09:08 jirkaakres

I tried a solution for Facebook auth on Android where I had an event listener for AppState. But going into the Facebook screen doesn't seem to change the app's state at all.

BrendanBerkley avatar Oct 05 '17 12:10 BrendanBerkley