react-native-ratings
react-native-ratings copied to clipboard
Rating props backgrounColor & rating color is not changing
Hello All, can someone help me out on this ratingColor is not changing to white plus threreis background white color how to remove thath color.
<Rating ratingCount={6} imageSize={10} startingValue={0} **ratingColor='#ffff' readonly={true} type='star' onFinishRating={_this.ratingCompleted} />
Regards Qamar
adding type="custom" fixed this for me!