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