Merge pull request #167 from joebernard/patch-1

Typo fix
This commit is contained in:
Markus Lindqvist 2019-01-09 21:01:48 +02:00 committed by GitHub
commit 12e0b66098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ The `animate`-function returns the timing animation so you can chain, run in par
You can configure the passing by following props:
- **size** width and height of the circle - could be `number` or `object` if you use `Aniamted.Value()`
- **size** width and height of the circle - could be `number` or `object` if you use `Animated.Value()`
- **width** - thickness of the lines
- **backgroundWidth** - thickness of the background line
- **fill** - current, percentage fill (from 0 to 100)