/Azure-Auth-Test

Azure Auth Test

Primary LanguageJava

REACT-NATIVE-AZURE-AD2 Example

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"

Start the development server

expo start

Then follow instructions to run the project on iOS

iOS

To run on iOS you will need to run

    yarn ios

and follow the instruction in your terminal