We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afe35f commit 7ac83c9Copy full SHA for 7ac83c9
src/components/dialog/dialogDeprecated.js
@@ -152,7 +152,7 @@ class DialogDeprecated extends BaseComponent {
152
const bottomInsets = Constants.getSafeAreaInsets().bottom;
153
154
return (
155
- <TouchableWithoutFeedback>
+ <TouchableWithoutFeedback accessible={false}>
156
<SafeAreaView style={{flexGrow: 1}}>
157
{this.props.children}
158
{useSafeArea && Constants.isIphoneX && bottom && <View style={{marginTop: bottomInsets}}/>}
0 commit comments