react-native-optimized-flatlist icon indicating copy to clipboard operation
react-native-optimized-flatlist copied to clipboard

Filter Array of Data not working well on it

Open HusseinElGanzory opened this issue 6 years ago • 1 comments

after filter array of data . filter item sometimes disappears , sometime show in the middle and sometimes displayed after write text more than one

image

image

HusseinElGanzory avatar Oct 31 '19 07:10 HusseinElGanzory

I have the same issue. I use Context API and filter item to update state. Even though state is updated correctly, the list seemed to have missing data. After spending hours debugging, I replace OptimizedFlatList with FlatList and it works well. 😕

lelevan3010 avatar Feb 25 '20 20:02 lelevan3010