react-native-timeline-listview icon indicating copy to clipboard operation
react-native-timeline-listview copied to clipboard

can we align starting point of circle main label in same line

Open zymr-viveksharma opened this issue 6 years ago • 3 comments

screen shot 2018-12-12 at 12 28 23 pm

zymr-viveksharma avatar Dec 12 '18 06:12 zymr-viveksharma

@VivekSharma-zymr temporary work around can be increasing the circle size, 'circleSize={35}'

vamsiabishek avatar Mar 17 '19 08:03 vamsiabishek

Is there another way to shift the circle a little below so as to align it against a label?

Ajamuar avatar May 16 '19 09:05 Ajamuar

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).

NLegendre avatar Oct 24 '19 12:10 NLegendre