Skip to content

Commit 5aa040d

Browse files
Ziqi Chenfacebook-github-bot
authored andcommitted
added property accessibility IgnoresInvertColors to proptypes
Summary: Added property accessibilityIgnoresInvertColors to ViewPropTypes. Reviewed By: PeteTheHeat Differential Revision: D8735443 fbshipit-source-id: ac526779b7f92ceab074de75a2bf61752e7e90c6
1 parent abf1188 commit 5aa040d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Components/View/ViewPropTypes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export type ViewProps = $ReadOnly<{|
8787
accessibilityComponentType?: AccessibilityComponentType,
8888
accessibilityLiveRegion?: 'none' | 'polite' | 'assertive',
8989
importantForAccessibility?: 'auto' | 'yes' | 'no' | 'no-hide-descendants',
90+
accessibilityIgnoresInvertColors?: boolean,
9091
accessibilityTraits?: AccessibilityTrait | Array<AccessibilityTrait>,
9192
accessibilityViewIsModal?: boolean,
9293
accessibilityElementsHidden?: boolean,

0 commit comments

Comments
 (0)