clauderic / react-tiny-virtual-list

A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://clauderic.github.io/react-tiny-virtual-list/
MIT License
2.46k stars 166 forks source link

implementing on react native #23

Closed rahmatkruniawan closed 7 years ago

rahmatkruniawan commented 7 years ago

is supported to implemented on react-native ?

clauderic commented 7 years ago

No plans to implement this with React Native, you should check out FlatList instead.