thegamenicorus / react-native-timeline-listview

Timeline component for React Native App
https://www.npmjs.com/package/react-native-timeline-listview
MIT License
1.16k stars 185 forks source link

Use deprecated ListView package #70

Open ebwinters opened 4 years ago

ebwinters commented 4 years ago

Instead of continuing to use the current RN ListView (which has been deprecated), we can instead use a library that uses the same RN ListView but is not deprecated. Ideally FlatList would be used, but this is a hotfix for everyone using this library to get it working again.

isubasinghe commented 4 years ago

@ebwinters I decided to maintain a fork that uses FlatList. Its up on npm feel free to contribute. https://github.com/isubasinghe/react-native-timeline-listview