react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

listview : disable RemoveClippedSubviews prop

Open s4njar opened this issue 6 years ago • 0 comments

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:

  • https://github.com/facebook/react-native/issues/13316
  • https://stackoverflow.com/questions/44022857/listview-not-displayed-unless-i-scroll-on-it
  • https://github.com/facebook/react-native/issues/1831

s4njar avatar Apr 01 '19 09:04 s4njar