An open API service indexing awesome lists of open source software.

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

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

![sc](https://i.gyazo.com/6dbff9363b992979d4c9393fdc75345c.png)

- Sign Up

![sc](https://i.gyazo.com/32f409166cd2f5ba2552473449cfe270.png)

- Input Verification Code

![sc](https://i.gyazo.com/88219090d33e2cccd9da654e6174b1db.png)

- Home Screen

![sc](https://i.gyazo.com/c3ac0ff4b153bcb1754b17ea2e8d264f.png)

- Menus for Sign Out and Password Change (Both of the menu works)

![sc](https://i.gyazo.com/1057dfb1c92524eeb57d4e3551dd57a0.png)

## Fluid Animation

[![Image from Gyazo](https://i.gyazo.com/4db1b03622978c260fd64930de811afd.gif)](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