Try Expo in the Browser | Read the Documentation 📚
This app is built in React Native using the Expo CLI.
git clone https://github.com/SnelMelder/front-end.git
sudo npm install -g expo-cli
npm install
npm start
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:
- Create a file named authConfig.ts in the auth folder.
- Copy the contents of the authConfig.example.ts file over to this file.
- Add this application to your Microsoft developer tenant, following Microsoft instructions
- Fill in the details in your authConfig.ts file
- Create an Expo account on your desktop.
- Add a project, make sure the slug is:
SnelMelder
. - Download the Expo app and log in.
- Run the
expo login
command in project terminal to sync up your account. - Start the project with
npm start
. - Select connection mode
Tunnel
(see screenshot down below). - Look up the URL that is generated on your iPhone device and
open with Expo app
(see example URL in the screenshot below). - Your project is now accessable via the Expo app while it's running. 🥳