Skip to content

Commit f0d4182

Browse files
authored
Merge pull request #85 from OLIOEX/master
Allows TouchableWithoutFeedback wrapping 'content' accessible prop to be overwritten
2 parents 73b6aa3 + 9c4163d commit f0d4182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ class Tooltip extends Component {
395395
onLayout={this.measureContent}
396396
style={generatedStyles.contentStyle}
397397
>
398-
<TouchableWithoutFeedback onPress={onPressContent}>
398+
<TouchableWithoutFeedback onPress={onPressContent} accessible={this.props.accessible}>
399399
{this.props.content}
400400
</TouchableWithoutFeedback>
401401
</View>

0 commit comments

Comments
 (0)