Skip to content

Commit fb5e6ee

Browse files
committed
added readme
1 parent 45950f7 commit fb5e6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default () => {
6161
| ------------------- | ---------------------------------------- | --------------------------------- | ---------------------------------------------- |
6262
| `visible` | `boolean` | True | Determines whether the dialog is shown or not |
6363
| `title` | `string` | True | Title for the dialog |
64-
| `subtitle` | `string` | Extra description about the alert |
64+
| `subtitle` | `string` | True | Extra description about the alert |
6565
| `closeDialog` | `(event: GestureResponderEvent) => void` | True | Callback for the close button |
6666
| `confirm` | `(event: GestureResponderEvent) => void` | True | Callback for the confirm button |
6767
| `confirmText` | `string` | True | text to be shown on the confirm button |

0 commit comments

Comments
 (0)