feat(dialog) added react-native-dialog dep and updated ConfirmDialog

This commit is contained in:
Calinteodor
2022-02-03 17:45:02 +02:00
committed by GitHub
parent b9f3448379
commit debb63d3d6
23 changed files with 313 additions and 342 deletions

View File

@@ -84,8 +84,6 @@ class BaseSubmitDialog<P: Props, S: *> extends BaseDialog<P, S> {
_onSubmit: () => boolean;
_renderHTML: string => Object | string;
/** .
* Renders the actual content of the dialog defining what is about to be
* submitted. E.g. A simple confirmation (text, properly wrapped) or a