I'm using React Native Paper library and I have a Modal and Dialog, I want to dialog to appear in front of the modal... is there a way to do this?
If there's no way I would have to code the structure of a dialog on my own using a Modal and I'd rather not do that...
Thanks