[ BUG ] Dialog not closes on outside click, close button not working.
Hey @kerimovok, please provide a minimal reproduction repo as I am unable to reproduce this issue.
Steps to reproduce:
- Create Expo project
- Add the Dialog component manually as shown in docs for native only
- Add code example from docs and test on mobile device
I tried some props on DialogOverlay, but still not working, close button also not working
Tested on: iOS 17 iPhone X
Thank you for project
This (click outside to close) is actually not working on the demo page: https://rnr-showcase.vercel.app/alert-dialog
Also there's no close/exit animation, curious if this is a limitation of the implementation or if its a bug
@kaumac That is desired behaviour. See https://ui.shadcn.com/docs/components/alert-dialog for reference. As for the animations, it seems like a bug.
thanks for clarifying that @mrzachnugent
The animation issue seems to be project wide. The same happens with the tooltip component. I'll create a separate issue for this.