Harley Enriquez Lovitos

Results 4 comments of Harley Enriquez Lovitos

> If you are showing the modal from a parent like this: `{showModal && } ` > > it will always disappear right away. You need to use the `isVisible`...

I'm having this issue here. It was working last 2nd or 1st week of January but now it showing like this. ![IMG_1886](https://user-images.githubusercontent.com/2785944/217878258-e0641b94-a973-4630-882f-2394a1915c6c.jpg)

I added this code and same problem. `ZStack {VStack{ some code.... }.padding(20) .frame(maxWidth: .infinity) .toast(isPresenting: self.$showToast,duration: 5, tapToDismiss: true, alert: { AlertToast(displayMode: .banner(.slide),type: self.toastType, title: self.toastMessage) }, onTap: { some...