Skip to content

SnelMelder/front-end

Repository files navigation

expo sdk

Expo

Expo SDK version Forums Discord License: MIT Downloads

Try Expo in the Browser | Read the Documentation 📚

Twitter: expo Medium: exposition


This app is built in React Native using the Expo CLI.

Getting started

Running the project

git clone https://github.com/SnelMelder/front-end.git
sudo npm install -g expo-cli
npm install
npm start

Configuring authentication with Azure AD

A Microsoft developer tenant has been set up for this project. You can use this if you want to. Please refer to Jard for the details.

If you want to set this up yourselves:

  1. Create a file named authConfig.ts in the auth folder.
  2. Copy the contents of the authConfig.example.ts file over to this file.
  3. Add this application to your Microsoft developer tenant, following Microsoft instructions
  4. Fill in the details in your authConfig.ts file

Live preview on iPhone

  1. Create an Expo account on your desktop.
  2. Add a project, make sure the slug is: SnelMelder.
  3. Download the Expo app and log in.
  4. Run the expo login command in project terminal to sync up your account.
  5. Start the project with npm start.
  6. Select connection mode Tunnel (see screenshot down below).
  7. Look up the URL that is generated on your iPhone device and open with Expo app (see example URL in the screenshot below).
  8. Your project is now accessable via the Expo app while it's running. 🥳

image