parent
b12cd53a4d
commit
59e6b308c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue