Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xucito opened this issue Dec 30, 2023 · 2 comments

Comments

@xucito
Copy link

xucito commented Dec 30, 2023

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
@dammafra
Copy link

Same here

@markusl
Copy link
Collaborator

markusl commented Jan 22, 2024

Could you open a PR to fix this, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants