mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
fix type on => one
Summary: Just fixed a typo Closes https://github.com/facebook/react-native/pull/12001 Differential Revision: D4443718 Pulled By: hramos fbshipit-source-id: 69d194da871491d7243c7cc0d07dff4dfb1db590
This commit is contained in:
committed by
Facebook Github Bot
parent
4ff659345c
commit
72bafefc31
@@ -35,8 +35,8 @@ const ImageViewManager = NativeModules.ImageViewManager;
|
||||
* 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.
|
||||
* This example shows both fetching and displaying an image from local
|
||||
* storage as well as one from network.
|
||||
*
|
||||
* ```ReactNativeWebPlayer
|
||||
* import React, { Component } from 'react';
|
||||
|
||||
Reference in New Issue
Block a user