-
Notifications
You must be signed in to change notification settings - Fork 426
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
Comments
Same here |
Could you open a PR to fix this, please? |
yo did you find a fix for this? (apart from commenting out that bit) |
Im having the same problem on version ^1.4.0 |
I've created a PR that fixes this issue: react-native-circular-progress/pull/333 |
Hello, from what version can we implement this correction? |
It looks like it was merged into the v16 branch. I'm using the specific commit in my package.json, which seems to be working. {
"react-native-circular-progress": "github:bartgryszko/react-native-circular-progress#ef20401c4525d60c1417f93f7392231a78a46d78"
} |
Currently using
"react-native-svg": "^13.9.0"
"react-native-circular-progress": "^1.3.9"
Getting the below error
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.
The text was updated successfully, but these errors were encountered: