forked from Ivasoft/mattermost-mobile
able to touch through on iOS
This commit is contained in:
@@ -178,8 +178,8 @@ const SnackBar = ({barType, componentId, onUndoPress, sourceScreen}: SnackBarPro
|
||||
|
||||
return (
|
||||
<GestureHandlerRootView
|
||||
style={StyleSheet.absoluteFill}
|
||||
pointerEvents={'box-none'}
|
||||
style={[StyleSheet.absoluteFill]}
|
||||
pointerEvents={'none'}
|
||||
>
|
||||
<GestureDetector gesture={gesture}>
|
||||
<Animated.View
|
||||
|
||||
Reference in New Issue
Block a user