/amplify-js-issues-4483

https://github.com/aws-amplify/amplify-js/issues/4483

Primary LanguageJavaScript

Focus loss on username/password in expo web

inputs losing focus

aws-amplify/amplify-js#4483

How I Set This Up

  1. yarn global add expo-cli
  2. expo init my-expo-app
  3. cd my-expo-app

Unfortunately, only installing @aws-amplify/auth didn't work due to missing @aws-amplify/interactions (ChatBot dependency?), so I continued via:

  1. yarn add aws-amplify
  2. yarn add aws-amplify-react-native

Getting Started

  1. yarn
  2. yarn web
  3. Visit http://10.0.0.22:19006/
  4. Try clicking a text field.