react-native-component / react-native-smart-sortable-sudoku-grid

A smart sortable sudoku grid for React Native apps
MIT License
107 stars 42 forks source link

When re-ordering, the whole component gets re-rendered. #29

Open booboothefool opened 6 years ago

booboothefool commented 6 years ago

This causes an ugly blinking effect.

Has anyone been able to successfully manipulate shouldComponentUpdate to not render when sorting, but still works for add/delete?

Ehsan0007 commented 5 years ago

same issue in ios re render when sorting any one solve this problem ?