The repo is open to contributions from anyone. The aim is to build a jumpstarter that also encourages industry best pratices to build enterprise applications using React Native.
We use GitHub Flow, so all code changes happen through pull requests.
- Fork the repository and create your branch from
master
. - If you've changed the functionality, update the documentation.
- Create the pull request!
By contributing, you agree that your contributions will be licensed under the MIT License.
We use airbnb eslint for maintaing code readablitiy. The project has been written in VSCode with Prettier code formatter.
Recommend contributors to run lint on code before creating PRs. Thank 🎉