Open minafa96 opened 3 years ago
+1
+1
It works until version 7.6.1. In later versions the press animation is broken in AirbnbRating. Initially the stars are shown with a small icon and after pressing a star it is shown with a big icon and stays like that.
It works until version 7.6.1. In later versions the press animation is broken in AirbnbRating. Initially the stars are shown with a small icon and after pressing a star it is shown with a big icon and stays like that.
I'm using this library as part of React-native-elements and I can confirm this issue on 8.0.4
+1
+1
Downgrading to 7.6.1 fixes the start sizing issues for me.
7.6.1 fix the problem but the props are very different from 8.1.0.
Downgrading to 7.6.1 fixes the start sizing issues for me.
Thanks for your workaround, as the bug is still in 8.1.0 😬
You can use a custom option:
<Rating type="custom" ratingImage={seeker} ratingColor="#FF8200" ratingBackgroundColor="#E0E2EC" ratingCount={30} imageSize={10} jumpValue={3} // showRating={true} // tintColor={'blue'} onFinishRating={this.ratingCompleted} style={appStyles.rating} />
I'm using 'AirbnbRating' in android 9 and I see no animation when choosing a star.
also, I have changed the size to 32, default selected stars are fine but when selecting another star its size changes to the default size.
any idea why?