Closed kvntzn closed 2 months ago
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
Currently, the
emptyColor
only colors the border of the star. We can add a prop to use astar type
for theemptyColor
.