Skip to content

StepIndicator component is pulsing when put in side a ScrollView #149

@AizenSousuke

Description

@AizenSousuke

When put inside a ScrollView, the component is pulsing (growing and moving about its own axis). Anyone faced the same issue?

<ScrollView style={{ flexGrow: 0 }}>
                             ...
        {selectedIndex === 1 && (
	        <Card>
		        <Card.Title>Route</Card.Title>
		        <Card.Divider width={1} />
		        <StepIndicator
			        direction="vertical"
			        currentPosition={2}
			        stepCount={3}
			        labels={["Step 1", "Step 2", "Step 3"]}
		        />
	        </Card>
        )}
</ScrollView>

Only happens in vertical orientation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions