Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 957 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 957 Bytes

cognito-reactnative

Native (iOS/Android) app, authenticating against AWS Cognito.

Usage

Follow the install instructions (Building Projects with Native Code) to setup React Native.

Install dependencies with:

npm install

AWS Cognito

In your AWS account, setup a user pool then mv config.json.template config.json and add your AWS config.

Running the app

To run on a simulator:

react-native run-ios