From dbf98f509c3814982825f07e1abbdbf8c3050a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0rfan=20=C5=9Eener?= <2094635+irfansener@users.noreply.github.com> Date: Wed, 14 Oct 2020 16:11:02 +0300 Subject: [PATCH] Deleted pointerEvents none If you're try to clickable toast notification view has a pointerEvents none option can not give you permission for do it. That's why I removed that. You don't need pointerEvents none for like this components. --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index c639943..4faefaa 100644 --- a/index.js +++ b/index.js @@ -108,7 +108,6 @@ export default class Toast extends Component { const view = this.state.isShow ?