From 50f77016bb373c562a49599b1c2a08f375a8ff75 Mon Sep 17 00:00:00 2001 From: Jiajie Zhu Date: Wed, 11 Mar 2015 14:48:22 -0700 Subject: [PATCH] [catlyst|madman] fix prop type warning --- 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 f8ab583a9..f23f2c71b 100644 --- a/Libraries/Image/Image.ios.js +++ b/Libraries/Image/Image.ios.js @@ -57,7 +57,7 @@ var Image = React.createClass({ * resource (which should be wrapped in the `ix` function). */ uri: PropTypes.string, - }).isRequired, + }), /** * accessible - Whether this element should be revealed as an accessible * element.