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 184 forks source link

Two column timeline #1

Closed rrjanbiah closed 7 years ago

rrjanbiah commented 7 years ago

@thegamenicorus Thanks a lot for the nice library

Can you please provide some hint about getting two column timeline as in https://dribbble.com/shots/600575-Timeline or https://dribbble.com/shots/1085018-Today

TIA

thegamenicorus commented 7 years ago

Hello @rrjanbiah

I've released react-native-timeline-listview v.0.2.0 today. There are new props: 'columnFormat' that can be 'single-column-left'(by default), 'single-column-right' and 'two-column' (from your request).

simulator screen shot apr 6 2560 be 5 05 32 pm

you can take a look, here

Thank you for your request :D Cheer!

rrjanbiah commented 7 years ago

@thegamenicorus Many thanks for the awesome news and work!