Note: Make sure you have installed native code dependencies here
- Open project folder in Visual Studio Code
- Run
npm install
in the terminal - Run
npx expo start
in the terminal - Run on For iOS device (only on MacOS)
- Press
i
to view on iOS simulator or follow the instructions here to run on a physical device.
- Press
- Run on For android device
- Press
a
to view on Android Virtual Device or follow the instructions here to run on a physical device.
- Press
Please do not change main brach directly. Creating your own branch then merge it with the main. (When commiting your branch, Do not upload 'node_modules' folder and '.DS_Store' file.)