react-native-optimized-flatlist
react-native-optimized-flatlist copied to clipboard
Filter Array of Data not working well on it
after filter array of data . filter item sometimes disappears , sometime show in the middle and sometimes displayed after write text more than one


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