Skip to content

Commit

Permalink
Add docs for fallback prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Jun 15, 2018
1 parent 23055db commit 05830ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 05830ad

Please sign in to comment.