Skip to content

Commit 1ad22b8

Browse files
russellsanbornoblador
authored andcommitted
Very minor README.md updates (#85)
I updated Descriptions to consistently have a period at the end. This is similar to the majority of the Descriptions.
1 parent e26623b commit 1ad22b8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ All of the props under *Properties* in addition to the following:
6060
|**`height`**|Height of the progress bar. |`6`|
6161
|**`borderRadius`**|Rounding of corners, set to `0` to disable. |`4`|
6262
|**`useNativeDriver`**|Use native driver for the animations. |`false`|
63-
|**`animationConfig`**|Config that is passed into the `Animated` function|`{ bounciness: 0 }`|
64-
|**`animationType`**|Animation type to animate the progress, one of: `decay`, `timing`, `spring`|`spring`|
63+
|**`animationConfig`**|Config that is passed into the `Animated` function. |`{ bounciness: 0 }`|
64+
|**`animationType`**|Animation type to animate the progress, one of: `decay`, `timing`, `spring`. |`spring`|
6565

6666
### `Progress.Circle`
6767

@@ -74,8 +74,8 @@ All of the props under *Properties* in addition to the following:
7474
|**`showsText`**|Whether or not to show a text representation of current progress. |`false`|
7575
|**`formatText(progress)`**|A function returning a string to be displayed for the textual representation. |*See source*|
7676
|**`textStyle`**|Styles for progress text, defaults to a same `color` as circle and `fontSize` proportional to `size` prop. |*None*|
77-
|**`direction`**|Direction of the circle `clockwise` or `counter-clockwise` |`clockwise`|
78-
|**`strokeCap`**|Stroke Cap style for the circle `butt`, `square` or `round` |`butt`|
77+
|**`direction`**|Direction of the circle `clockwise` or `counter-clockwise`. |`clockwise`|
78+
|**`strokeCap`**|Stroke Cap style for the circle `butt`, `square` or `round`. |`butt`|
7979

8080
### `Progress.Pie`
8181

@@ -96,7 +96,7 @@ All of the props under *Properties* in addition to the following:
9696
|**`thickness`**|Thickness of the circle. |`3`|
9797
|**`duration`**|Duration of animation. |`1000`|
9898
|**`spinDuration`**|Duration of spin (orbit) animation. |`5000`|
99-
|**`strokeCap`**|Stroke Cap style for the circle `butt`, `square` or `round` |`round`|
99+
|**`strokeCap`**|Stroke Cap style for the circle `butt`, `square` or `round`. |`round`|
100100

101101
## Examples
102102

0 commit comments

Comments
 (0)