Skip to content

GuilhermeCunha/focus-app

Repository files navigation

Focus App

Focus is an app created with Expo (React Native) + Redux + Cognito.

🚀 How to use

Install dependencies

yarn install

Configure Amplify

Install amplify CLI

npm i -g @aws-amplify/cli

Configure amplify CLI

You can choose your preferred form of authentication. (I prefer access keys)

amplify configure

Init project

amplify init

Add auth

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

Run project

yarn start

Useful links

Expo Blog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published