Monte9 / react-native-ratings

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

fix the re-render issues #184

Closed Youssef-Durgham closed 1 year ago

Youssef-Durgham commented 1 year ago

all you need to do is this you need to do that

const MemoizedRating = React.memo(Rating);

and in the return do this

<MemoizedRating minValue={1} imageSize={40} />

and it will works.

Youssef-Durgham commented 1 year ago

and we can close that (: