Skip to content

Commit

Permalink
fix(reactnative): fix accessibility for component preview (iOS+VoiceO…
Browse files Browse the repository at this point in the history
…ver) (#4601)
  • Loading branch information
Estevão Lucas authored and Gongreg committed Oct 30, 2018
1 parent 118097c commit 96b5132
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export default class OnDeviceUI extends PureComponent {
<Animated.View style={previewWrapperStyles}>
<Animated.View style={previewStyles}>
<TouchableOpacity
accessible={false}
style={style.flex}
disabled={tabOpen === PREVIEW}
onPress={this.handleOpenPreview}
Expand Down

0 comments on commit 96b5132

Please sign in to comment.