react-native-final-tree-view icon indicating copy to clipboard operation
react-native-final-tree-view copied to clipboard

Possible performance hit for large amounts of data?

Open eeshankeni opened this issue 4 years ago • 1 comments

Does this module use a virtualized component within? If not I can imagine it struggling to load more than a few 100 items.

eeshankeni avatar Dec 06 '21 15:12 eeshankeni

Hi @eeshankeni plugging in my module here which is super performant on large data as well: https://github.com/JairajJangle/react-native-tree-multi-select

I know it might be too late to post this here but hope that this could help someone if they stumble upon the same issue.

JairajJangle avatar May 05 '24 14:05 JairajJangle