Skip to content

Commit d013e96

Browse files
RichardLindhoutTrancever
authored andcommitted
fix: support backdrop dismiss (#1490)
1 parent ba6ad17 commit d013e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class Modal extends React.Component<Props, State> {
197197
]}
198198
/>
199199
</TouchableWithoutFeedback>
200-
<SafeAreaView style={styles.wrapper}>
200+
<SafeAreaView style={styles.wrapper} pointerEvents="box-none">
201201
<Surface
202202
style={
203203
[{ opacity }, styles.content, contentContainerStyle] as StyleProp<

0 commit comments

Comments
 (0)