Example application for the react-native-app-auth
library.
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
iOS:
react-native run-ios
Android:
react-native run-android
Latest code in the repo for both iOS and Android
iOS app only with the AppAuth dependency installed from Pods
iOS app only with the AppAuth dependency installed from Carthage
Android app only