diff --git a/releases/next/docs/images.html b/releases/next/docs/images.html index 5dcddbb891e..373de2a6d30 100644 --- a/releases/next/docs/images.html +++ b/releases/next/docs/images.html @@ -24,7 +24,8 @@ }, body: 'Your Body goes here' }} - style={{width: 400, height: 400}} />

Cache Control (iOS Only) #

In some cases you might only want to display an image if it is already in the local cache, i.e. a low resolution placeholder until a higher resolution is available. In other cases you do not care if the image is outdated and are willing to display an outdated image to save bandwidth. The cache source property gives you control over how the network layer interacts with the cache.