react-native project for DJ Events app
- Fork this repo
- Clone your forked repo
git clone
- Add the main unicode repo as upstream
git remote add upstream {url}
- Make your changes and push to your(forked) repo.
- Create a pull request from github to main unicode repo.
To get some changes from unicode repo git pull upstream
NOBODY SHOULD DIRECTLY PUSH TO THE UNICODE REPO.
There will be 2 branches
- main
- prod
Apart from the 2 branches above you can create as many branches as you want.
NOBOBY SHOULD MAKE PULL REQUEST TO MAIN BRANCH. All changes should be made to prod.
src
|- screens (screen lvl components)
|- controllers (business logic)
|- config (configuration file e.g colors etc)
|- components (helper components)
Apart from this you can create any folders if you want.