Focus is an app created with Expo (React Native) + Redux + Cognito.
yarn install
npm i -g @aws-amplify/cli
You can choose your preferred form of authentication. (I prefer access keys)
amplify configure
amplify init
You must check to use the default settings, that you want to use email as an identifier, and that you do not want to use advanced settings
amplify add auth
yarn start