Modal
Component to render a modal imported from react-native-modal
https://github.com/react-native-modal/react-native-modal (opens in a new tab)
Import
import { Modal } from "react-native-ficus-ui";Usage
EDITABLE EXAMPLE
Props
Extends every Box and Modal from React Native props.
isOpen
Boolean to indicate if the modal is opened or not.
| Type | Required | Default |
|---|---|---|
| boolean | Yes |