Monte9 / react-native-ratings

Tap and Swipe Ratings component for React Native.
https://expo.io/@monte9/react-native-ratings
MIT License
904 stars 196 forks source link

Android Solid Color box is showing instead of stars #163

Open parmarravi opened 3 years ago

parmarravi commented 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}
        />
yuezonglun commented 3 years ago
<Rating
          type="heart"
          ratingCount={3}
          imageSize={20}
          showRating={false}
          tintColor="#ff00ff"
          onFinishRating={this.ratingCompleted}
        />