Skip to content

Progress not shown #3

@xstable

Description

@xstable

Here is a little Gif from my app.
The Progress is not shown while in action.
Only if finished, it will got visible:

animation

<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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions