Hello,

I am trying to log in with Twitter from my application. I set up my backend and the endpoints etc. Everythings cool and working right now. User click a button from mobile device and it goes to my backend and then goes to Twitter oauth page to give authorization. After comes back to my application and the authorization process completed.

But the problem is here: When a user clicks a button, It opens a new browser page in the phone. User went out from the mobile application. I don’t want this. Is there any way to open the twitter application like ‘react-native-sign-in’ library does?

By the way, I don’t use any library for auth process. I only uses the endpoints from twitter developer documents.

Thanks.