diff --git a/Libraries/Image/ImageStylePropTypes.js b/Libraries/Image/ImageStylePropTypes.js index d6fbb6404f..58b3b00f08 100644 --- a/Libraries/Image/ImageStylePropTypes.js +++ b/Libraries/Image/ImageStylePropTypes.js @@ -31,9 +31,7 @@ var ImageStylePropTypes = { overflow: ReactPropTypes.oneOf(['visible', 'hidden']), /** - * iOS-Specific style to "tint" an image. * Changes the color of all the non-transparent pixels to the tintColor. - * @platform ios */ tintColor: ColorPropType, opacity: ReactPropTypes.number,