Update readme.

Add notes on border radius.
This commit is contained in:
Dylan Vann 2018-01-30 20:33:26 -05:00
parent 954432a284
commit d4fb891a07
1 changed files with 3 additions and 2 deletions

View File

@ -132,9 +132,10 @@ Called when the image finishes loading, whether it was successful or an error.
---
### `children`: React.Element
### `borderRadius: number`
Children of the image component.
A border radius for the image.
Can be used to make a circular cropped version of the image.
## Static Methods