dialog
Props
Also receives all Overlay props except
fullscreen
Child Components
Dialog.Title
Dialog.Loading
Dialog.Actions
Dialog.Button
Receives all Button props.
Reference
isVisible
If true, the dialog is visible
Type | Default |
---|---|
boolean | false |
loadingStyle
Add additional styling for loading component (optional)
Type | Default |
---|---|
View style (object) | Internal Style |
loadingProps
Add additional props for ActivityIndicator component (optional)
Type | Default |
---|---|
{...ActivityIndicator props} | Internal object |
title
Dialog title (optional)
Type | Default |
---|---|
string | none |
titleStyle
Add additional styling for title component (optional)
Type | Default |
---|---|
Text style (object) | none |
titleProps
Add additional props for Text component (optional)
Type | Default |
---|---|
{...Text props} | none |
onBackdropPress
Handler for backdrop press
Type | Default |
---|---|
function | none |
overlayStyle
Add dditional styling to the internal Overlay component (optional)
Type | Default |
---|---|
View Style (object) | Internal Style |
theme
Provides a theme to the dialog. (optional)
Type | Default |
---|---|
string | Theme(Primary) |
children
Enclosed components. (optional)
Type | Default |
---|---|
React Element | none |