st0ffern / react-native-optimized-flatlist

Optimization for complex and slow React Native FlatLists
MIT License
259 stars 47 forks source link

Filter Array of Data not working well on it #39

Open HusseinElGanzory opened 4 years ago

HusseinElGanzory commented 4 years ago

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

lelevan3010 commented 4 years ago

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. 😕