-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Sometimes Progress Bar is not running, when I touch the screen then progress Bar starts again.
How to solved this problem?
my code is here : -
<ProgressBar
images={['']}
onChange={() => {}}
progressIndex={0}
enableProgress={true}
duration={20}
barStyle={{
barActiveColor: 'red',
barInActiveColor: '#000',
barWidth: 100,
barHeight: 4,
}}
/>
Metadata
Metadata
Assignees
Labels
No labels