diff --git a/Libraries/Components/View/ViewPropTypes.js b/Libraries/Components/View/ViewPropTypes.js index de47f36003..d353dbe77d 100644 --- a/Libraries/Components/View/ViewPropTypes.js +++ b/Libraries/Components/View/ViewPropTypes.js @@ -135,6 +135,13 @@ module.exports = { */ accessibilityActions: PropTypes.arrayOf(PropTypes.string), + /** + * Prevents view from being inverted if set to true and color inversion is turned on. + * + * @platform ios + */ + accessibilityIgnoresInvertColors: PropTypes.bool, + /** * Indicates to accessibility services to treat UI component like a * native one. Works for Android only.