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

Weird IOS 15 white background bug

Open jyling opened this issue 2 years ago • 5 comments

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

jyling avatar Nov 11 '21 08:11 jyling

+1 happening on iOS 15

yongching avatar Nov 11 '21 09:11 yongching

I have the same on iOS 13 🤔

MoSattler avatar Dec 01 '21 19:12 MoSattler

Any Fix For this?

mokshmodi96 avatar May 03 '22 05:05 mokshmodi96

the same problem

frostyk avatar Jun 21 '22 19:06 frostyk

setting tintColor helped me just try to play around with it

frostyk avatar Jun 21 '22 19:06 frostyk