From f1ee5b73a504c12ba0c8b18786be2156af241ddf Mon Sep 17 00:00:00 2001 From: dylandupreez Date: Sat, 5 Aug 2017 02:14:11 +0200 Subject: [PATCH] Added: coverScreen property missin gbut specified in documentation (#18415) * Added: coverScreen property missin gbut specified in documentation * Incremented version number as this is that latest version of the node module * Fixed: Whitespace issues * Fixed: trailing whitespace in comment --- types/react-native-modalbox/index.d.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 *