wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 311 forks source link

listview : disable RemoveClippedSubviews prop #165

Open s4njar opened 5 years ago

s4njar commented 5 years ago

removeClippedSubviews was enabled by default. It's useful for huge lists, with a lot of hidden items (not relevant in this library).

In some situations, with this option the list items are hidden until we scroll on them: