Open reyhanadp opened 2 years ago
seeing same issue on my app
seeing same issue on my app
I have the same issue too. Does anybody have the any solve?
I used below npm for rating and this is working fine for me !
https://www.npmjs.com/package/react-native-custom-star-rating
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 your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method. in SwipeRating
This is my code :
<Rating readonly={true} type="star" ratingCount={1} startingValue={1} imageSize={15} />
What's wrong with my code?
Thank you