Example
Reference
Props
View props
Inherits View Props.onDismiss
TheonDismiss prop allows passing a function that will be called once the modal has been dismissed.
onRequestClose
TheonRequestClose callback is called when the user taps the hardware back button on Android or the menu button on Apple TV. Because of this required prop, be aware that BackHandler events will not be emitted as long as the modal is open.
onShow
TheonShow prop allows passing a function that will be called once the modal has been shown.
transparent
Thetransparent prop determines whether your modal will fill the entire view. Setting this to true will render the modal over a transparent background.
visible
Thevisible prop determines whether your modal is visible.

