diff --git a/Libraries/Components/Touchable/TouchableBounce.js b/Libraries/Components/Touchable/TouchableBounce.js index 72eee1e18..4f6e8cbf6 100644 --- a/Libraries/Components/Touchable/TouchableBounce.js +++ b/Libraries/Components/Touchable/TouchableBounce.js @@ -37,6 +37,12 @@ var TouchableBounce = React.createClass({ mixins: [Touchable.Mixin, NativeMethodsMixin], propTypes: { + /** + * When true, indicates that the view is an accessibility element. By default, + * all the touchable elements are accessible. + */ + accessible: React.PropTypes.bool, + onPress: React.PropTypes.func, onPressIn: React.PropTypes.func, onPressOut: React.PropTypes.func, @@ -129,7 +135,7 @@ var TouchableBounce = React.createClass({ return (