djchie/react-native-star-rating

halfStarColor

Opened this issue · 2 comments

how can I make halfStarColor rtl
Screen Shot 2019-06-01 at 5 23 41 AM

@alfayez91 For direction aware try https://www.npmjs.com/package/react-native-rating-element .. I implemented RTL using direction="row-reverse" prop in above library.