-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Here is a little Gif from my app.
The Progress is not shown while in action.
Only if finished, it will got visible:
<AnimatedBar
progress={this.state.progress}
height={22}
borderColor="#DDD"
barColor="tomato"
borderRadius={0}
borderWidth={2}
duration={500}
>
<View style={[styles.row, styles.center]}>
<Text style={[styles.barText, { fontSize: 12 }]}>
{Math.round(this.state.progress * 100)}%
</Text>
</View>
</AnimatedBar>
package.json
"react": "16.3.1",
"react-native": "^0.55.3",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
