Releases: ui-ninja/react-native-rating-element
Releases · ui-ninja/react-native-rating-element
bugfix: column reverse not working properly when rating is less than 1
a11y ready package
- Accessibility properties added for non-readonly element
Minor change to IconBar -> `TouchableOpacity` element
ActiveOpacity set to 1
Adding support for custom images
onStarTap
changed toonIconTap
- support added for custom image
- new props added -
type
,selectedIconImage
andemptyIconImage
- updated readme
Direction aware rating icons v5
Added support for customising direction of icons.
Pass "direction" prop to any value from [ "row", "row-reverse", "column", "column-reverse"].