Skip to content

Invalid prop style of type array supplied to CircularProgress, expected object.Β #325

@xucito

Description

@xucito

Currently using
"react-native-svg": "^13.9.0"
"react-native-circular-progress": "^1.3.9"

Getting the below error

image

Have tested against the sample code-base and able to replicate error

<AnimatedCircularProgress size={120} width={15} fill={100} tintColor="#00e0ff" onAnimationComplete={() => console.log('onAnimationComplete')} backgroundColor="#3d5875" />

For now commenting the validation of style: PropeTypes.object for CircularProgress (src/CircularProgress.js) removes the error and doesnt look like it breaks anything.

image

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