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