Monte9 / react-native-ratings

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

Weird IOS 15 white background bug #169

Open jyling opened 2 years ago

jyling commented 2 years ago

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 commented 2 years ago

+1 happening on iOS 15

MoSattler commented 2 years ago

I have the same on iOS 13 🤔

mokshmodi96 commented 2 years ago

Any Fix For this?

dmytro-sheiko commented 2 years ago

the same problem

dmytro-sheiko commented 2 years ago

setting tintColor helped me just try to play around with it