diff --git a/components/toast/index.tsx b/components/toast/index.tsx index 206f25f9c11..bab6ce78020 100644 --- a/components/toast/index.tsx +++ b/components/toast/index.tsx @@ -3,6 +3,7 @@ import topView from 'rn-topview'; import ToastContainer from './ToastContainer'; function notice(content, type, duration = 3, onClose, mask = true) { + topView.remove(); topView.set(