https://github.com/yottahmd/cognito-react-native-example
AWS Cognito and React Native Authentication Example
https://github.com/yottahmd/cognito-react-native-example
Last synced: 3 months ago
JSON representation
AWS Cognito and React Native Authentication Example
- Host: GitHub
- URL: https://github.com/yottahmd/cognito-react-native-example
- Owner: yohamta
- License: mit
- Created: 2018-08-06T10:31:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T15:19:13.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T21:40:03.760Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 14.1 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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
[](https://gyazo.com/4db1b03622978c260fd64930de811afd)
## How to run app
1. clone repo
```sh
$ git clone
$ cd
$ yarn install
```2. Set up AWS Mobile Hub with User Sign-In Feature.
3. Download aws-exports.js file from AWS Mobile Hub and put it into the `/src` directory.
4. react-native run-ios