You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow this guide to set up VSCode, Git, and GitLab within VSCode.
Get the other extensions for VSCode
React Native Tools
React-Native/React/Redux
Prettier(optional)
Material Icon(optional)
Clone the repository.
In Git CMD, cd to the destination you want the repo to be in.
git clone git@gitlab.com:Jwil200/490project.git by SSH or
git clone https://gitlab.com/Jwil200/490project.git by HTTPS
Run the repository in VSCode.
In terminal, cd to the folder of the repository.
code .
Running READ in Expo (1st Time)
cd <Project Directory>
npm install or yarn to install dependencies.
expo start
If you get expo.ps1 cannot be loaded because loading scripts.. error, run Set-ExecutionPolicy Unrestricted in administrator powershell.
If you get Unable to find expo.. error, run npm install -g yarn and yarn add expo
Scan the QR code or use expo login to sync your project to your phone app.
A. You may need to install dependencies with:
yarn add react-native-safe-area-view react-native-safe-area-context
*After any new changes in a branch, make sure to do a git pull and an npm install if there are any added dependencies.