Skip to main content

Modal

Modal is a component that displays content in a layer above the app.

Usage

<Modal 
isVisible={showModal}
>
<Text>Modal Content</Text>
</Modal>

Props

isVisible

Type: boolean Default: false

Controls whether the modal is displayed.