Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 564 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 564 Bytes

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