hyochan / react-native-masonry-list

The Masonry List implementation which has similar implementation as the `FlatList` in React Native
MIT License
393 stars 55 forks source link

componentDidUpdate didn't triggered in child component (renderItem component) #38

Closed wisungyo closed 2 years ago

wisungyo commented 2 years ago

In my app the cards shows some informations. When the card is clicked, the information data should change as what parent component give to the child. In the child I use componentDidUpdate to achieve that (it works using FlatList), but it doesn't work using this. How can I use componentDidUpdate with this library? Thank you.