diff --git a/types/react-native-modalbox/index.d.ts b/types/react-native-modalbox/index.d.ts index 9bd075fbe0..57b8ddeff1 100644 --- a/types/react-native-modalbox/index.d.ts +++ b/types/react-native-modalbox/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for react-native-modalbox 1.3 +// Type definitions for react-native-modalbox 1.4 // Project: https://github.com/maxs15/react-native-modalbox#readme // Definitions by: Kyle Roach // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -149,6 +149,14 @@ export interface ModalProps extends ViewProperties { */ backButtonClose?: boolean; + /** + * + * Default is false + * @type {boolean} + * @memberof ModalProps + */ + coverScreen?: boolean; + /** * If the modal should appear open without animation upon first mount *