react-native-ratings icon indicating copy to clipboard operation
react-native-ratings copied to clipboard

Rating props backgrounColor & rating color is not changing

Open Qamarkh opened this issue 5 years ago • 1 comments

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

Qamarkh avatar Jun 07 '20 19:06 Qamarkh

adding type="custom" fixed this for me!

yangfreezy avatar Jun 30 '20 20:06 yangfreezy