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

RemoveClippedSubviews support #27

Closed maniha7 closed 2 years ago

maniha7 commented 2 years ago

It seems as if RemoveClippedSubviews is not supported as a prop to MasonryList, it seems to be permanently set to True.

This is extremely annoying in certain scenarios, particularly for when a list is rendered off-screen, then moved on-screen, because it will be invisible until the user touches the screen where the invisible list is. This makes it essentially unworkable when doing animations that require things to start off-screen and move on-screen.

Support for this would be greatly appreciated!

hyochan commented 2 years ago

Thanks for the issue~! I'll come back to support this. You may also give a PR for this if you want!