bartgryszko / bartgryszko/react-native-circular-progress
Invalid prop `style` of type `array` supplied to `CircularProgress`, expected `object`.
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 420
- PR merge metrics
- No merged PRs in 30d
Description
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
` 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.