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

Update required to 0.60.5 #71

Closed joaodematejr closed 4 years ago

joaodematejr commented 4 years ago

No longer works in version react-native 0.60.5

SnehalAgrawal commented 4 years ago

You can see #69

SnehalAgrawal commented 4 years ago

You can use react-native-timeline-flatlist It is the same with with flatlist instead of listview. Here is the example https://aboutreact.com/react-native-timeline-listview/

joaodematejr commented 4 years ago

OK thank you.