- Download Visual Studio Code (https://code.visualstudio.com/download)
- Download Node.js (https://nodejs.org/en/download)
- Download Expo (or Expo Go on mac) on your phone
- Open a new terminal in visual studio code.
- Type in
npm install @react-navigation/nativeto get the navuigation stack - Type in
npm install @react-native-picker/pickerto get the datepicker component - Type in
npm install firebaseto get the database - Type in
npm installto get the necessary package dependencies. - Type in
npm startto run the application. - On the Expo app on your phone, scan the barcode that comes up in the vsc terminal.
- Shake your phone to gain access to development tools from your phone.
- on what to do with these file please look at this tutorial (at time stamps 6:17-9:17 for environment and 12:42-14:38):
- You can also ask questions on the group chat on teams if none of these answer your questions. :)
Good luck everyone :)