Skip to content

Latest commit

 

History

History
 
 

Example

React Native App Auth Example

A simple example application for the react-native-app-auth library. All relevant JavaScript code is in App.js.

Demo

Setup

You'll need to have Yarn and the React Native CLI installed:

npm install --global yarn react-native-cli

Clone the repo and install dependencies

git clone https://github.com/FormidableLabs/react-native-app-auth.git
cd ./react-native-app-auth/Example
yarn

Run

iOS:

react-native run-ios

Android:

react-native run-android