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
main
. - 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.
There are automated pipelines to ensure contributors to run lint and fix tests before creating PRs. Thank 🎉