Mobile Authentication App Example
This is an sample application using react native and AWS Cognito, implementing user authentication features
Implemented Features for User Authentication
- Sign Up
- Input Verification Code
- Resend Verification Code E-mail
- Sign In
- Sign Out
- Password Change
Screenshots
- Sign In
- Sign Up
- Input Verification Code
- Home Screen
- Menus for Sign Out and Password Change (Both of the menu works)
Fluid Animation
How to run app
- clone repo
$ git clone <this repo>
$ cd <this repo>
$ yarn install
-
Set up AWS Mobile Hub with User Sign-In Feature.
-
Download aws-exports.js file from AWS Mobile Hub and put it into the
<this repo>/src
directory. -
react-native run-ios