mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-29 09:08:32 +08: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