Modal

Component that present content on top of the invoking screen

Extends: Modal
(meaning you can pass the super component's props as well).

PROPS

namedescriptiontypedefault
enableModalBlurBlurs the modal background when transparent (iOS only)bool
blurViewA custom view to use as a BlueView instead of the default oneelement
onBackgroundPressallow dismissing a modal when clicking on its backgroundfunc
overlayBackgroundColorthe background color of the overlaystring

LIVE EXAMPLE

CODE SAMPLE

See example here.