mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 07:34:45 +00:00
Fix TouchableWithoutFeedback propTypes (#164)
This commit is contained in:
committed by
Nicolas Gallagher
parent
294d94d869
commit
c609a6ff2b
@@ -38,7 +38,7 @@ const TouchableWithoutFeedback = React.createClass({
|
||||
|
||||
propTypes: {
|
||||
accessible: View.propTypes.accessible,
|
||||
aaccessibilityLabel: View.propTypes.accessibilityLabel,
|
||||
accessibilityLabel: View.propTypes.accessibilityLabel,
|
||||
accessibilityRole: View.propTypes.accessibilityRole,
|
||||
/**
|
||||
* If true, disable all interactions for this component.
|
||||
|
||||
Reference in New Issue
Block a user