From b053fd5bdd1e96d1baa303ebd72f2d782ccda38d Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Thu, 2 Feb 2017 22:10:35 -0800 Subject: [PATCH] RN: Fix Type of `accessibilityLabel` in Summary: Fixes the prop type of `accessibilityLabel` in `` so that it matches that of ``. Reviewed By: fkgozali Differential Revision: D4499103 fbshipit-source-id: 66bf3dce60bd79857849e0c46c989e7866d83d81 --- 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 645d7caab..5b029d112 100644 --- a/Libraries/Image/Image.ios.js +++ b/Libraries/Image/Image.ios.js @@ -178,7 +178,7 @@ const Image = React.createClass({ * the image. * @platform ios */ - accessibilityLabel: PropTypes.string, + accessibilityLabel: PropTypes.node, /** * blurRadius: the blur radius of the blur filter added to the image * @platform ios