react-native-star-rating-widget icon indicating copy to clipboard operation
react-native-star-rating-widget copied to clipboard

Add emptyColor option fill the star instead of it just colors the border

Open kvntzn opened this issue 1 year ago • 1 comments

Currently, the emptyColor only colors the border of the star. We can add a prop to use a star type for the emptyColor.

kvntzn avatar Aug 06 '24 07:08 kvntzn

I'm not sure what you mean. The default empty icon is basically just a border, it's not filled. You can always use the StarIconComponent prop to do your own customizations. Here is an example: https://github.com/bviebahn/react-native-star-rating-widget/blob/master/example/src/CustomIconExample.tsx

bviebahn avatar Aug 06 '24 07:08 bviebahn