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
- Host: GitHub
- URL: https://github.com/ericclemmons/amplify-js-issues-4483
- Owner: ericclemmons
- Created: 2019-12-06T22:05:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:34:07.000Z (over 3 years ago)
- Last Synced: 2025-03-28T20:19:48.411Z (about 1 year ago)
- Language: JavaScript
- Size: 2.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Focus loss on username/password in expo web
> 
> ---
> 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.