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!