react-native-final-tree-view
react-native-final-tree-view copied to clipboard
Possible performance hit for large amounts of data?
Does this module use a virtualized component within? If not I can imagine it struggling to load more than a few 100 items.
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.