heineiuo/react-native-table

`TableHead` component rerender much times unexpectly.

Opened this issue · 0 comments

TableHead without Reat.memo

image

TableHead with React.memo

image

I think TableHead component should only run one times,but if TableHead without React.memo, it rerender more than 800 times.

I don't know what cause it rerender, and i think React.memo should wrapper it.