- Login and Install dependencies via
./script/bootstrap
- Download the Expo app
- run
expo start
to load the app - Open expo on phone and should be able to find the app there
Message a team member to fill our .env file
- Use karen.smith@gmail.com with the password "pw" to login to a generic account.
-
When trying to connect to this app, if the Expo app says "Something went wrong. Network response timed out." Try these:
- If you're using public Wifi like eduroam, you have to connect via usb or
expo start --tunnel
. Note --tunnel makes the app slower. - If at home, ensure your laptop's Network Profile is set to private, not public and the laptop is connected to the same Wifi network as your phone.
- Type
expo login
in terminal, make sure it is the same user as the one you logged in with on the Expo mobile app
- If you're using public Wifi like eduroam, you have to connect via usb or
-
If an API call responds with "Network request failed"
- If you're using "localhost" in your url, remember "localhost" is different on your device and computer