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

Weird IOS 15 white background bug #169

Open
jyling opened this issue Nov 11, 2021 · 5 comments
Open

Weird IOS 15 white background bug #169

jyling opened this issue Nov 11, 2021 · 5 comments

Comments

@jyling
Copy link

jyling commented Nov 11, 2021

Recently, my team had been receiving reports that star rating had been giving weird white background issues, what makes this weird is that it only occurs on IOS 15, due to limited resources, I was unable to test the bug on ios 15 due to project begin old and some compatibility issue

image
Meanwhile on the iOS 14 or lower, the rating works as expected
image

Here's the code that I am using

<Rating
      type="custom"
      ratingBackgroundColor={"#242A38"}
      ratingColor={"#EF4D64"}
      tintColor={"#242A38"}
      imageSize={14}
      readonly
      startingValue={averageRating}
      style={{
        marginLeft: -12,
        marginTop: 2,
      }}
/>
@yongching
Copy link

+1 happening on iOS 15

@MoSattler
Copy link

MoSattler commented Dec 1, 2021

I have the same on iOS 13 🤔

@mokshmodi96
Copy link

Any Fix For this?

@frostyk
Copy link

frostyk commented Jun 21, 2022

the same problem

@frostyk
Copy link

frostyk commented Jun 21, 2022

setting tintColor helped me
just try to play around with it

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

5 participants