parent
b12cd53a4d
commit
59e6b308c6
|
@ -39,7 +39,7 @@ function Toast({message}: {message: string}) {
|
|||
|
||||
const opacityStyle = {opacity: interp}
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
<View style={styles.container} pointerEvents="none">
|
||||
<Animated.View
|
||||
style={[
|
||||
pal.view,
|
||||
|
|
Loading…
Reference in New Issue