From 034c3165cb7d2b4f54a901ef9aa9dc5f3ccf683f Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 10 Jul 2017 21:48:53 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/images.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.