We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1edd2 commit 998faa4Copy full SHA for 998faa4
Libraries/Components/Touchable/TouchableWithoutFeedback.js
@@ -51,6 +51,7 @@ const OVERRIDE_PROPS = [
51
'accessibilityHint',
52
'accessibilityIgnoresInvertColors',
53
'accessibilityRole',
54
+ 'accessibilityStates',
55
'accessibilityState',
56
'hitSlop',
57
'nativeID',
@@ -105,6 +106,7 @@ const TouchableWithoutFeedback = ((createReactClass({
105
106
accessibilityHint: PropTypes.string,
107
accessibilityIgnoresInvertColors: PropTypes.bool,
108
accessibilityRole: PropTypes.oneOf(DeprecatedAccessibilityRoles),
109
+ accessibilityStates: PropTypes.array,
110
accessibilityState: PropTypes.object,
111
/**
112
* When `accessible` is true (which is the default) this may be called when
0 commit comments