A React-Native project
# install dependencies
npm install
Then open in EXPO link to expo! (Need to Download expo) and run on ios or andriod emulators
- Click on the fork on the top to fork this repo.
- Go to your repo where you fork the project.
- Hit the clone button on your repo of the forked repo and copy the given link.
- On your terminal / command prompt, type "git clone [put the link here]".
- Go into the folder via terminal / command prompt, type "cd folder_name".
- Create a new branch before making any changes, on your terminal / command prompt, type "git checkout -b "
- Then make required changes and add the chenges to your new branch, type "git add ." to add all changes; then commit your changes, type 'git commit -m "[type a message]" '.
- Push the commit to the new branch. For example, type "git push origin branch_name".
- Go to back to the original repo.
- Hit "new pull request" and compare between forks.
- Confirm the pull request and that's it!
Make sure git is installed.