Skip to content

Commit 2bab2bd

Browse files
committed
coverScreen property added
1 parent 3b69b71 commit 2bab2bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Check [index.js](https://github.com/maxs15/react-native-modalbox/blob/master/Exa
3636
| easing | Easing.elastic(0.8) | `function` | Easing function applied to opening modal animation
3737
| backButtonClose | false | `bool` | (Android only) Close modal when receiving back button event
3838
| 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
3940

4041
## Events
4142

0 commit comments

Comments
 (0)