Dont forget to checkout the Wiki, especially Git Rules!!
Setting up React Native Environemnt
When2Meet: General weekly (un)availabilities
- Make sure to have Android studio emulator Set up
- Make sure you have npm set up using
npm --version- Clone the repository
git clone https://github.com/MiniCapstone-Project/SOEN390.git- Install dependencies
npm install- Create
.envFile in the same level aspackage.jsonfile
GOOGLE_MAPS_API_KEY=API_KEY_HERE- Run the Project
npm start- For tests, install jest and run then using
npm install jest --globaljest --updateSnapshotif you need to login into expo use this:
npx expo loginUsername:
i_amtheguyPassword:
TheBrothers963running eslint
npx eslint .