From 2bab2bd0fa424accc8d60932ab3bfe1337cfabae Mon Sep 17 00:00:00 2001 From: Maxime Mezrahi Date: Wed, 28 Jun 2017 09:57:25 -0400 Subject: [PATCH] coverScreen property added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07e9b77..d779bb8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Check [index.js](https://github.com/maxs15/react-native-modalbox/blob/master/Exa | easing | Easing.elastic(0.8) | `function` | Easing function applied to opening modal animation | backButtonClose | false | `bool` | (Android only) Close modal when receiving back button event | startOpen | false | `bool` | Allow modal to appear open without animation upon first mount +| coverScreen | false | `bool` | Will use RN `Modal` component to cover the entire screen wherever the modal is mounted in the component hierarchy ## Events