From 4c05ede9772ad39f00291e93501241491a8f84f5 Mon Sep 17 00:00:00 2001 From: Arjun Munji Date: Fri, 27 Oct 2017 14:35:07 -0700 Subject: [PATCH] Fixed broken image link in example code Summary: Got frustrated for a minute trying to figure out why the code I copy pasted from the docs wasn't working The link I replaced the broken one with is the one used in the iOS device example next to the sample code. It can be found at https://facebook.github.io/react-native/img/favicon.png [DOCS] [MINOR] [Libraries/Image/Image.ios.js] - Broken image link in the example code at Closes https://github.com/facebook/react-native/pull/16569 Differential Revision: D6174048 Pulled By: hramos fbshipit-source-id: 8c008ab06e8719dfca6a9964d553248c4f088882 --- Libraries/Image/Image.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Image/Image.ios.js b/Libraries/Image/Image.ios.js index ed7f113e9..6a5f82602 100644 --- a/Libraries/Image/Image.ios.js +++ b/Libraries/Image/Image.ios.js @@ -53,7 +53,7 @@ const ImageViewManager = NativeModules.ImageViewManager; * /> * *