Open parmarravi opened 3 years ago
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} />
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.