Skip to content

Commit 998faa4

Browse files
committed
Update TouchableWithoutFeedback.js
1 parent 0a1edd2 commit 998faa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Libraries/Components/Touchable/TouchableWithoutFeedback.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const OVERRIDE_PROPS = [
5151
'accessibilityHint',
5252
'accessibilityIgnoresInvertColors',
5353
'accessibilityRole',
54+
'accessibilityStates',
5455
'accessibilityState',
5556
'hitSlop',
5657
'nativeID',
@@ -105,6 +106,7 @@ const TouchableWithoutFeedback = ((createReactClass({
105106
accessibilityHint: PropTypes.string,
106107
accessibilityIgnoresInvertColors: PropTypes.bool,
107108
accessibilityRole: PropTypes.oneOf(DeprecatedAccessibilityRoles),
109+
accessibilityStates: PropTypes.array,
108110
accessibilityState: PropTypes.object,
109111
/**
110112
* When `accessible` is true (which is the default) this may be called when

0 commit comments

Comments
 (0)