[![Build Status][build-badge]][build] [![Version][version-badge]][package] [![MIT License][license-badge]][license]
While developing, you can run the example app to test your changes.
Make sure the tests still pass, and your code passes Flow and ESLint. Run the following to verify:
yarn test
yarn run flow
yarn run lintTo fix formatting errors, run the following:
yarn run lint -- --fixRemember to add tests for your change if possible.