A simple example application for the react-native-app-auth library. All relevant JavaScript code
is in App.js.
You'll need to have Yarn and the React Native CLI installed:
npm install --global yarn react-native-cliClone the repo and install dependencies
git clone https://github.com/FormidableLabs/react-native-app-auth.git
cd ./react-native-app-auth/Example
yarniOS:
react-native run-iosAndroid:
react-native run-android
