yarn global add expo-cli
expo init my-expo-app
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:
yarn add aws-amplify
yarn add aws-amplify-react-native
yarn
yarn web
- Visit http://10.0.0.22:19006/
- Try clicking a text field.