From e7125cc796e41346f87380d3d51253c5a2a53a7b Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 24 Jan 2017 03:00:49 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/image.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/next/docs/image.html b/releases/next/docs/image.html index 1dcf48f3a25..e4cfe4af787 100644 --- a/releases/next/docs/image.html +++ b/releases/next/docs/image.html @@ -1,7 +1,7 @@ Image

Image #

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 on from -network.

import React, { Component } from 'react'; +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.

import React, { Component } from 'react'; import { AppRegistry, View, Image } from 'react-native'; class DisplayAnImage extends Component {