Properties
Optional animation
Optional animationDuration
animationDuration: undefined | number
Optional children
children: TypeComponent | TypeComponent[]
Optional containerStyle
containerStyle: TypeStyle
Optional dismissOnHardwareBackPress
dismissOnHardwareBackPress: undefined | false | true
Optional dismissOnTouchOutside
dismissOnTouchOutside: undefined | false | true
Optional footer
footer: TypeComponent | TypeComponent[]
Optional hasOverlay
hasOverlay: undefined | false | true
Optional height
height: number | null
Optional onDismiss
onDismiss: undefined | function
Optional onShow
onShow: undefined | function
Optional overlayBackgroundColor
overlayBackgroundColor: undefined | string
Optional overlayOpacity
overlayOpacity: undefined | number
Optional overlayPointerEvents
overlayPointerEvents: "auto" | "none"
Optional rounded
rounded: undefined | false | true
Optional slideFrom
Optional style
style: TypeStyle
Optional title
title: string | TypeComponent
Optional titleStyle
titleStyle: TypeStyle
Optional useNativeDriver
useNativeDriver: undefined | false | true
Optional visible
visible: undefined | false | true
Optional width
width: number | null
Interface to define the states of the Dialog component
IDialogState