Skip to content

Commit 4750bb6

Browse files
committed
update doc for dashedtint, correct typo
1 parent bef6d32 commit 4750bb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,17 @@ width | number | **required** | Thick
9393
backgroundWidth | number | width | Thickness of background circle
9494
fill | number (0-100) | 0 | Current progress / fill
9595
tintColor | string | black | Color of the progress line
96+
tintTransparency | boolean | true | Transparency of the progress line
9697
backgroundColor | string | | If unspecified, no background line will be rendered
9798
rotation | number (-360 - 360) | 90 | Angle from which the progress starts from
9899
lineCap | string | butt | Shape used at ends of progress line. Possible values: butt, round, square
99100
arcSweepAngle | number (0-360) | 360 | If you don't want a full circle, specify the arc angle
100101
style | ViewPropTypes.style | | Extra styling for the main container
101-
children | function | | Pass a function as a child. It receiveds the current fill-value as an argument
102+
children | function | | Pass a function as a child. It received the current fill-value as an argument
102103
childrenContainerStyle| ViewPropTypes.style | | Extra styling for the children container
103104
padding | number | 0 | Padding applied around the circle to allow for a cap that bleeds outside its boundary
104105
dashedBackground | object | { width: 0, gap: 0 } | Bar background as dashed type
106+
dashedTint | object | { width: 0, gap: 0 } | Bar tint as dashed type
105107
renderCap | function | undefined | Function that's invoked during rendering to draw at the tip of the progress circle
106108

107109
The following props can further be used on `AnimatedCircularProgress`:

0 commit comments

Comments
 (0)