react-native-star-rating
react-native-star-rating copied to clipboard
halfStarColor
how can I make halfStarColor rtl
+1
@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.