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

[Feature Request] Add option for vertical / horizontal rating #3

Closed Relax594 closed 4 years ago

Relax594 commented 4 years ago

Please add an option to display the rating icons vertical (going from bottom (0) to top (X))

ui-ninja commented 4 years ago

@Relax594 Interesting! Will check and revert with new version.

ui-ninja commented 4 years ago

@Relax594 Checkout new release v5. It now will support direction prop to . Please note: direction prop accepts any of ['row', 'row-reverse', 'column', 'column-reverse']

Demo

Relax594 commented 4 years ago

That was quick, holy F*! Will give it a try later today. Thank you very much!

EDIT: Working as expected, thank you! Will open up another Feature Request for something else :)