diff --git a/releases/next/docs/image.html b/releases/next/docs/image.html index 827b06270af..45fa05b566b 100644 --- a/releases/next/docs/image.html +++ b/releases/next/docs/image.html @@ -1,7 +1,7 @@
A React component for displaying different types of images, including network images, static resources, temporary local images, and -images from local disk, such as the camera roll.
This example shows both fetching and displaying an image from local -storage as well as one from network.
This example shows fetching and displaying an image from local storage
+as well as one from network and even from data provided in the 'data:' uri scheme.
Note that for network and data images, you will need to manually specify the dimensions of your image!
You can also add style to an image:
You can also add style to an image: