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
This commit is contained in:
dylandupreez
2017-08-04 17:14:11 -07:00
committed by Sheetal Nandi
parent 257d5eb891
commit f1ee5b73a5
+9 -1
View File
@@ -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 <https://github.com/me>
// 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
*