marcocesarato / react-native-big-list

This is a high performance list view for React Native with support for complex layouts using a similar FlatList usage to make easy the replacement. This list implementation for big list rendering on React Native works with a recycler focused on performance and memory usage and so it permits processing thousands items on the list.
https://marcocesarato.github.io/react-native-big-list-docs/
Apache License 2.0
525 stars 41 forks source link

updating state in component #332

Open muammadibal opened 1 year ago

muammadibal commented 1 year ago

https://user-images.githubusercontent.com/12495962/229754123-25f5b93c-0964-4a10-a37c-63b38152d552.mp4

I have an issue after updating state in card component then i scroll down and back to the updated one, the state was reset to previous "react": "17.0.2" "react-native": "^0.66.4" "react-native-big-list": "1.5.4"