This is an example created to demonstrate a basic integration of REACT-NATIVE-AZURE-AD2
To start you first have to install dependencies
yarn installCreate an .env file, using the .env.example as a template. File should contain.
CLIENT_SECRET_KEY="CLIENT SECRET KEY"expo startThen follow instructions to run the project on iOS
To run on iOS you will need to run
yarn iosand follow the instruction in your terminal