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

Android Solid Color box is showing instead of stars

Open parmarravi opened this issue 4 years ago • 1 comments

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}
        />

parmarravi avatar Sep 13 '21 10:09 parmarravi

<Rating
          type="heart"
          ratingCount={3}
          imageSize={20}
          showRating={false}
          tintColor="#ff00ff"
          onFinishRating={this.ratingCompleted}
        />

yuezonglun avatar Sep 16 '21 06:09 yuezonglun