EDLEDL for Mobile AppModalOn this pageModalModal is a component that displays content in a layer above the app.Usage<Modal isVisible={showModal}> <Text>Modal Content</Text></Modal>PropsisVisibleType: boolean Default: falseControls whether the modal is displayed.