mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 15:45:32 +00: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:
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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user