An open API service indexing awesome lists of open source software.

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

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

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Focus loss on username/password in expo web

> ![inputs losing focus](expo-focus.gif)
> ---
> https://github.com/aws-amplify/amplify-js/issues/4483

## How I Set This Up

1. `yarn global add expo-cli`
1. `expo init my-expo-app`
1. `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`
1. `yarn add aws-amplify-react-native`

## Getting Started

1. `yarn`
1. `yarn web`
1. Visit
1. Try clicking a text field.