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

Invalid props.starStyle key `tintColor` supplied to `StarButton`

Open fonov opened this issue 6 years ago • 0 comments

I used my icon pass as image (require(...)) and i paint with tintColor. First i try use emptyStartColor/fullStartColor but it does't have effect. Then i pass tintColor in starStyle object, it is work perfect, but i got warning

Warning: Failed prop type: Invalid props.starStyle key `tintColor` supplied to `StarButton`.

I think probably lib use not current PropsType for Image

fonov avatar Dec 25 '18 15:12 fonov