Multiple modals
Show several ModalViews at the same time and learn how their stacking order is decided.
Non-dismissible modal
Keep a ModalView open until your own code removes it, ignoring backdrop taps and the back button.
Blur backdrop
Replace the default backdrop of a ModalView with a blur view from expo-blur.
Status bar and edge-to-edge
Control the status bar of a ModalView and draw the backdrop under the system bars while keeping the content in the safe area.