Add docs for fallback prop.

This commit is contained in:
Dylan Vann 2018-06-14 22:45:32 -04:00
parent 23055db62b
commit 05830ad8a7
1 changed files with 7 additions and 0 deletions

View File

@ -182,6 +182,13 @@ Called when the image finishes loading, whether it was successful or an error.
A React Native style. Supports using `borderRadius`.
---
### `fallback: boolean`
If true will fallback to using `Image`.
In this case the image will still be styled and laid out the same way as `FastImage`.
## Static Methods
### `FastImage.preload: (source[]) => void`