ui-ninja / react-native-rating-element

A simple rating library for react native supporting: decimal points, direction aware icons, custom icon set from Ionicons, custom images and record rating given by users.
MIT License
25 stars 5 forks source link

Is there no way to get the user's fractional position when they tap on an icon #19

Open harjot-sdaw opened 4 years ago

harjot-sdaw commented 4 years ago

This would help us allow the user to input fractional reviews.

ui-ninja commented 4 years ago

@harjot-sdaw Right now its not possible. onIconTap returns integer value only.

This is in my list for future releases, will try to add this feature soon.