Commit 0ef72310 authored by Lucas Vieira's avatar Lucas Vieira Committed by Dylan Vann

Fix typo for source.cache in docs.

Thanks to https://github.com/DylanVann/react-native-fast-image/issues/274#issuecomment-418719314 for pointing this out
parent af830172
......@@ -129,9 +129,9 @@ Headers to load the image with. e.g. `{ Authorization: 'someAuthToken' }`.
### `source.cache?: enum`
- `FastImage.cache.immutable` - **(Default)** - Only updates if url changes.
- `FastImage.cache.web` - Use headers and follow normal caching procedures.
- `FastImage.cache.cacheOnly` - Only show images from cache, do not make any network requests.
- `FastImage.cacheControl.immutable` - **(Default)** - Only updates if url changes.
- `FastImage.cacheControl.web` - Use headers and follow normal caching procedures.
- `FastImage.cacheControl.cacheOnly` - Only show images from cache, do not make any network requests.
---
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment