Skip to content

Commit

Permalink
Setting accessible={false} on outer layer makes child views accessibl…
Browse files Browse the repository at this point in the history
  • Loading branch information
nejcet authored and mxck committed May 26, 2019
1 parent 418f3bf commit d650121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class Menu extends React.Component {
transparent
onDismiss={this._onDismiss}
>
<TouchableWithoutFeedback onPress={this.hide}>
<TouchableWithoutFeedback onPress={this.hide} accessible={false}>
<View style={StyleSheet.absoluteFill}>
<Animated.View
onLayout={this._onMenuLayout}
Expand Down

0 comments on commit d650121

Please sign in to comment.