From 9b882a3b44a9b35210de53cccc8e61c8fbfca566 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Wed, 19 Apr 2017 02:53:15 -0700 Subject: [PATCH] Use uri instead of url in source property of Image Summary: https://github.com/facebook/react-native/issues/13478#issuecomment-294002694 Fix incorrect usage of `url` in the `source` property of `` in the example. Closes https://github.com/facebook/react-native/pull/13496 Differential Revision: D4893299 Pulled By: hramos fbshipit-source-id: 134f9100d16997627b14c145256818e05017bbe3 --- Examples/UIExplorer/js/ImageExample.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/UIExplorer/js/ImageExample.js b/Examples/UIExplorer/js/ImageExample.js index 95ed82f30..1f824c774 100644 --- a/Examples/UIExplorer/js/ImageExample.js +++ b/Examples/UIExplorer/js/ImageExample.js @@ -656,7 +656,7 @@ exports.examples = [