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

Tap and Swipe Ratings component for React Native.

Results 69 react-native-ratings issues
Sort by recently updated
recently updated
newest added

Hi, I have got the following warning : **Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in...

Flickering occurs when we scroll in both ios and android.

Ref https://github.com/react-native-elements/react-native-elements/issues/1307

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...

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...

When using a custom png icon, the rating color doesn't just fill the inside of the icon but the entire icon block: ` ` ![image](https://user-images.githubusercontent.com/69971542/138253030-ad201eae-38cb-40b9-9aa3-2c34dad3138c.png)

How to give space between two stars in react-native-ratings. I have give padding, marginLeft and marginRight. But there is no way to give space between two elements.

version 3.4.2 There is also a same closed issue for Android but still people commenting with problems. For me Android is fine but iOS is the block/bar.

I set styles for the Rating stars, padding horizontally but it doesn't work. I use: starContainerStyle={{paddingHorizontal: 10}} Need help.