- Clone this repository.
- Run
yarn install. (Installyarnglobally.) - Make sure you have
watchmaninstalled. (If not, runbrew install watchman.)
- Run
cd ExampleApp. - Run
yarn install. - Run
yarn start.
- Supply a proper test case and test your changes in ExampleApp.
- Git commit with Conventional Commits.
- Bump version and publish with
npm run release. This will updateCHANGELOG.mdautomatically.
- Run
yarn release:beta.
- Run
yarn release.