Eugnis / react-native-timeline-flatlist

FlatList based timeline component for React Native for iOS and Android
https://www.npmjs.com/package/react-native-timeline-flatlist
MIT License
478 stars 69 forks source link

How to split the timeline into two child node at same time and merge them? #71

Open newbster1 opened 2 years ago

newbster1 commented 2 years ago

If there are two events happening at same time , i would like to split them into two child node and then merge them back for the next event, is it possible to do something like that?

I do not want to add both events in same description box or do not want to add event one after the other as technically they are parallel events

Let me know if possible

jackfraser70 commented 1 year ago

This would be super good if it had this. Did you get anywhere with this @akhil-quarantine ?