Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.
[x] I read the Contributor Guide and followed the process outlined there for submitting PRs.
[x] Run yarn test or yarn test -u if you need to update snapshot.
[x] Run yarn lint
[x] I am willing to follow-up on review comments in a timely manner.
Description
User can customize rating component called
customItem
andcontainerStyle
using their own component instead of default start image.Related Issues
363
Tests
I added the following tests:
Snapshot is updated by
npx jest rating -u
Checklist
Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.yarn test
oryarn test -u
if you need to update snapshot.yarn lint