Skip to main content
Version: 3.4.2

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

TypeDefault
booleanfalse

loadingStyle

Add additional styling for loading component (optional)

TypeDefault
View style (object)Internal Style

loadingProps

Add additional props for ActivityIndicator component (optional)

TypeDefault
{...ActivityIndicator props}Internal object

title

Dialog title (optional)

TypeDefault
stringnone

titleStyle

Add additional styling for title component (optional)

TypeDefault
Text style (object)none

titleProps

Add additional props for Text component (optional)

TypeDefault
{...Text props}none

onBackdropPress

Handler for backdrop press

TypeDefault
functionnone

overlayStyle

Add dditional styling to the internal Overlay component (optional)

TypeDefault
View Style (object)Internal Style

theme

Provides a theme to the dialog. (optional)

TypeDefault
stringTheme(Primary)

children

Enclosed components. (optional)

TypeDefault
React Elementnone