Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 570 Bytes

File metadata and controls

29 lines (17 loc) · 570 Bytes

React Native Authentication in Depth

This project goes along with this blog post.

Getting started

  1. clone the project
git clone https://github.com/dabit3/react-native-authentication-in-depth.git
  1. add dependencies
yarn || npm install
  1. Update the following properties in src/aws-exports.js:

aws_user_pools_web_client_id

aws_user_pools_id

aws_cognito_identity_pool_id

aws_cognito_region

  1. Run project in either iOS or Android