react-native-ratings
react-native-ratings copied to clipboard
Android Solid Color box is showing instead of stars
I have an Android 10 One plus 7T device. The stars are not visible on the screen.
Instead of star color with respect to the type of rating is visible. Also not able to hide Rating text above stars.
<Rating
type="heart"
ratingCount={3}
imageSize={20}
showRating
tintColor="#ff00ff"
onFinishRating={this.ratingCompleted}
/>
<Rating
type="heart"
ratingCount={3}
imageSize={20}
showRating={false}
tintColor="#ff00ff"
onFinishRating={this.ratingCompleted}
/>