We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have a timeline component where I want to setup a margin to the VerticalSeparator :
<Timeline data={data} endWithCircle renderItem={this.renderItem} />
<Timeline.Row key="origin"> <Timeline.VerticalSeparator style={{marginTop:40}}> <Timeline.Circle color={theme.COLORS.NEUTRAL}> <Gradient start={[0.45, 0.45]} end={[0.8, 0.8]} colors={GRADIENT_PINK} style={[styles.circleGradient, styles.dotStyle]} /> </Timeline.Circle> <Timeline.Line color={LINE_COLOR} /> </Timeline.VerticalSeparator> <Timeline.Event style={styles.event} > <View style={[styles.card, styles.titleAndTimeContainer]}> <Timeline.Title textStyle={styles.title}> {item.title} </Timeline.Title> <Timeline.Description textStyle={styles.description}> {item.description} </Timeline.Description> </View> </Timeline.Event> </Timeline.Row>
The problem is that some parts line is missing.
The text was updated successfully, but these errors were encountered:
@carmenmitru Have you got a solution ?
Sorry, something went wrong.
No branches or pull requests
Hello,
I have a timeline component where I want to setup a margin to the VerticalSeparator :
The problem is that some parts line is missing.
The text was updated successfully, but these errors were encountered: