Modal
Component that present content on top of the invoking screen
Extends: Modal
(meaning you can pass the super component's props as well).
(meaning you can pass the super component's props as well).
PROPS
name | description | type | default |
---|---|---|---|
enableModalBlur | Blurs the modal background when transparent (iOS only) | bool | |
blurView | A custom view to use as a BlueView instead of the default one | element | |
onBackgroundPress | allow dismissing a modal when clicking on its background | func | |
overlayBackgroundColor | the background color of the overlay | string |
LIVE EXAMPLE
CODE SAMPLE
See example here.