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

if time text are not the same lenght line will break #38

Open nazacity opened 3 years ago

nazacity commented 3 years ago

try time: 04:30 - 05:00 time: 0500 this will break the line

JonNode28 commented 2 years ago

and the stated solution of adding timeContainerStyle={{minWidth:72}} to the Timeline component props doesn't resolve the issue either

image
durgaswaroop commented 1 year ago

Anyone figured out a solution for this? It's awkward with the line and circles sitting separately! 😆

JonNode28 commented 1 year ago

I ended up just building my own timeline component in the end. Wasn't too much work