How to open login url in browser inside app and pass value to react-native?

75 Views Asked by At

I am learning react-native, so pretty new to it. I am curious how to implement browser sign-in and then pass value to store in AsyncStorage.

As an example AWS Console app redirects to signin.aws.amazon.com to sign in and after sign in it log me inside their app

Is there any github repository or youtube video to learn that. I am using expo & react-navigation v6 to navigate between screen.

Thank You!

0

There are 0 best solutions below