Last updated 6 years ago
import { Modal } from '@dormakaba/digital-reactnative-visual'; <Modal open={open}> <Card> <Text>This is a modal</Text> <Button primary onPress={() => this.setState({ open: false })}>close</Button> </Card> </Modal>
Name
Type
Description
open
boolean
set true to show the modal content
*
all the props of get passed down