mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-25 16:25:58 +00:00
chain isRequired
This commit is contained in:
parent
8ad84bb42c
commit
7fb589d302
@ -136,7 +136,7 @@ CircularProgress.propTypes = {
|
||||
size: PropTypes.oneOfType([
|
||||
PropTypes.number,
|
||||
PropTypes.instanceOf(Animated.Value),
|
||||
]),
|
||||
]).isRequired,
|
||||
fill: PropTypes.number.isRequired,
|
||||
width: PropTypes.number.isRequired,
|
||||
backgroundWidth: PropTypes.number,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user