Skip to content

Releases: ui-ninja/react-native-rating-element

bugfix: column reverse not working properly when rating is less than 1

11 Jan 07:33
7d65004
Compare
Choose a tag to compare

a11y ready package

07 Aug 09:27
Compare
Choose a tag to compare
  • Accessibility properties added for non-readonly element

Minor change to IconBar -> `TouchableOpacity` element

20 Jul 21:11
97a544f
Compare
Choose a tag to compare

Adding support for custom images

10 Jul 15:05
1d2223c
Compare
Choose a tag to compare
  • onStarTap changed to onIconTap
  • support added for custom image
  • new props added - type, selectedIconImage and emptyIconImage
  • updated readme

Direction aware rating icons v5

10 Jul 09:25
f4c4ce8
Compare
Choose a tag to compare

Added support for customising direction of icons.
Pass "direction" prop to any value from [ "row", "row-reverse", "column", "column-reverse"].