We encourage everyone to contribute to open-source projects. This is the best way to both learn and to give back to the community.
Creativity has no limits !! You got an idea ? We are ready to think on it. Please create a feature request here. https://github.com/bigbinary/neeto-ui-rn/issues
No software is bug-free. So, if you got an issue, Please raise at: https://github.com/bigbinary/neeto-ui-rn/issues
Our pre-commit hooks verify that the linter and tests pass when commiting. You can also run the following commands manually:
yarn lint
: lint files witheslint
.yarn format
: lint files withprettier
.yarn test
: run unit & snapshot tests withjest
.yarn test -u
: to update new snapshots.
Our pre-commit hooks verify that the linter and tests pass when commiting. You can also run the following commands manually:
yarn lint
: lint files witheslint
.yarn format
: lint files withprettier
.yarn test
: run unit & snapshot tests withjest
.yarn test -u
: to update new snapshots.
neetoUI-RN version gets patched, auto-incremented and auto-published to npm on
new commit to main branch. You can checkout the publish
workflow in git actions to
get a live update.
Don't push build folder manually. Github workflow automatically builds project and pushes build folder to main branch on a new commit to main.