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 {