- Clone this repository.
- Run
yarn install
. (Installyarn
globally.) - Make sure you have
watchman
installed. (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.md
automatically.
- Run
yarn release:beta
.
- Run
yarn release
.