Skip to content

Latest commit

 

History

History

Example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

React Native App Auth Examples

Example application for the react-native-app-auth library.

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/Latest
yarn

Run

iOS:

react-native run-ios

Android:

react-native run-android

Latest (Android & iOS)

Latest code in the repo for both iOS and Android

iOS Pods

iOS app only with the AppAuth dependency installed from Pods

iOS Carthage

iOS app only with the AppAuth dependency installed from Carthage

Android

Android app only