We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b69b71 commit 2bab2bdCopy full SHA for 2bab2bd
README.md
@@ -36,6 +36,7 @@ Check [index.js](https://github.com/maxs15/react-native-modalbox/blob/master/Exa
36
| easing | Easing.elastic(0.8) | `function` | Easing function applied to opening modal animation
37
| backButtonClose | false | `bool` | (Android only) Close modal when receiving back button event
38
| startOpen | false | `bool` | Allow modal to appear open without animation upon first mount
39
+| coverScreen | false | `bool` | Will use RN `Modal` component to cover the entire screen wherever the modal is mounted in the component hierarchy
40
41
## Events
42
0 commit comments