react-native-timeline-listview
react-native-timeline-listview copied to clipboard
can we align starting point of circle main label in same line
@VivekSharma-zymr temporary work around can be increasing the circle size, 'circleSize={35}'
Is there another way to shift the circle a little below so as to align it against a label?
Hi,
I found a simple solution : add some negative marginTop on the title.
You can use the prop "titleStyle" :
<Timeline data={this.data} titleStyle={{marginTop:-10}} />
Adjust the margin to your need (and the size of the circles).