UI library: React Native Elements Icons: MaterialCommunityIcons
Whenever you want to make an edit to the repo, do the following:
- Make a new branch with the new branch starting w/ your initials and a slash :
git checkout -b sk/[insert rest of branch name here]
- After adding + committing changes, run following command:
git push --set-upstream origin sk/[your branch name from step 1 here]
- Go to GitHub website and go to "Pull requests"
- Create a new pull request for your branch + add any important info
- Send message to rest of chat to review PR + be able to merge it into main
You can get a local copy up and running with an EMULATOR or through the EXPO GO APP:
💻 EMULATOR: if you don't have Android Studio already installed, follow the directions here *System requirments: check the bottom of this page.
📱 EXPO GO: Download on your iPhone or Android.
Once you have either the emulator or Expo Go installed, you can run it on your local device by...
- Clone the repo
git clone https://github.com/sarahk46/shukr-app.git
- Install NPM packages
npm install / yarn install
- Start the app
expo start / yarn start