How to re-render react native FlatList when State is changed

Описание к видео How to re-render react native FlatList when State is changed

This is a quick video to show you how to re-render your FlatList component when you change the state. It is very tricky because multiple things can go wrong but what you need to do is first you need to set the extraData prop and then you need to update your state properly (by copying instead of mutating state directly)

Комментарии

Информация по комментариям в разработке