able to touch through on iOS

This commit is contained in:
Avinash Lingaloo
2022-04-27 13:16:47 +04:00
parent 7dc5c5c39e
commit 5237401f52

View File

@@ -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