Skip to content

patw0929/react-native-cognito-login-example

Repository files navigation

React-Native Cognito Login Example App

Packages

About login

Based on Amazon Cognito to implement the login flow, and save the member data on it too.

I also used the Amazon Lambda & Amazon API Gateway to make a serverless API service, to complete the register/retrieve member data flow.

The lambda script repo is at here.

Intro

Please refer to this article (Chinese):

使用 REACT NATIVE 與 AMAZON COGNITO 實作 GOOGLE & FACEBOOK 登入的功能

Related project

Lambda API (for user registration):

https://github.com/patw0929/cognito-login-example-api-aws-lambda