@@ -163,18 +163,19 @@ const styles = StyleSheet.create({
163163
164164### Dialog.Container props
165165
166- | Name | Type | Default | Description |
167- | ---------------------- | ------ | ---------------------- | -------------------------------------------------- |
168- | blurComponentIOS | node | A low-opacity <View /> | The blur component used in iOS |
169- | visible | bool | **REQUIRED** | Show the dialog? |
170- | children | node | **REQUIRED** | The dialog content |
171- | contentStyle | any | undefined | Extra style applied to the dialog content |
172- | headerStyle | any | undefined | Extra style applied to the dialog header |
173- | footerStyle | any | undefined | Extra style applied to the dialog footer |
174- | buttonSeparatorStyle | any | undefined | Extra style applied to the dialog button separator |
175- | onBackdropPress | func | undefined | Callback invoked when the backdrop is pressed |
176- | keyboardVerticalOffset | number | undefined | keyboardVerticalOffset for iOS |
177- | verticalButtons | bool | false | Renders button vertically |
166+ | Name | Type | Default | Description |
167+ | ---------------------- | ------ | ------------- | --------------------------------------------------------------------------------------------------- |
168+ | blurComponentIOS | node | A low-opacity | The blur component used in iOS |
169+ | visible | bool | **REQUIRED** | Show the dialog? |
170+ | children | node | **REQUIRED** | The dialog content |
171+ | contentStyle | any | undefined | Extra style applied to the dialog content |
172+ | headerStyle | any | undefined | Extra style applied to the dialog header |
173+ | footerStyle | any | undefined | Extra style applied to the dialog footer |
174+ | buttonSeparatorStyle | any | undefined | Extra style applied to the dialog button separator |
175+ | onBackdropPress | func | undefined | Callback invoked when the backdrop is pressed |
176+ | onRequestClose | func | undefined | Callback invoked when the hardware back button on Android or the menu button on Apple TV is pressed |
177+ | keyboardVerticalOffset | number | undefined | keyboardVerticalOffset for iOS |
178+ | verticalButtons | bool | false | Renders button vertically |
178179
179180### Dialog.Input props
180181
0 commit comments