Update readme.

This commit is contained in:
Dylan Vann 2018-03-10 19:16:16 -05:00
parent 78dba6de9e
commit a4ce9c0ec5
1 changed files with 3 additions and 4 deletions

View File

@ -38,7 +38,7 @@ and
- [x] Prioritize images.
- [x] Preload images.
- [x] GIF support.
- [x] Border radius property.
- [x] Border radius.
## Usage
@ -132,10 +132,9 @@ Called when the image finishes loading, whether it was successful or an error.
---
### `borderRadius: number`
### `style`
A border radius for the image.
Can be used to make a circular cropped version of the image.
A React Native style. Supports using `borderRadius`.
## Static Methods