Amplify Authentication in React Native works on Expo Go with a web view, but not on iOS or Android
I was trying to get Authentication to work with my simple app using 'withAuthenticator' with Amplify in React Native, but I encountered a bug for both iOS and Android, but for web view, the authentication works flawlessly. For testing on…