Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Solid Color box is showing instead of stars #163

Open
parmarravi opened this issue Sep 13, 2021 · 1 comment
Open

Android Solid Color box is showing instead of stars #163

parmarravi opened this issue Sep 13, 2021 · 1 comment

Comments

@parmarravi
Copy link

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
Copy link

yuezonglun commented Sep 16, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants