Update README.md

This commit is contained in:
Dylan Vann 2018-01-29 01:47:23 -05:00 committed by GitHub
parent 3a33bdaa27
commit 6731991d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -38,6 +38,7 @@ and
- [x] Prioritize images.
- [x] Preload images.
- [x] GIF support.
- [x] Border radius property.
## Usage
@ -131,12 +132,9 @@ Called when the image finishes loading, whether it was successful or an error.
---
### `children`
### `children`: React.Element
`FastImage` does not currently support children.
Absolute positioning can be used as an alternative.
This is because `FastImage` supplies a `android.widget.imageview` and not a `android.view.viewgroup`.
Children of the image component.
## Static Methods