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] Prioritize images.
- [x] Preload images. - [x] Preload images.
- [x] GIF support. - [x] GIF support.
- [x] Border radius property. - [x] Border radius.
## Usage ## 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. A React Native style. Supports using `borderRadius`.
Can be used to make a circular cropped version of the image.
## Static Methods ## Static Methods