Skip to content

Commit

Permalink
coverScreen property added
Browse files Browse the repository at this point in the history
  • Loading branch information
maxs15 committed Jun 28, 2017
1 parent 3b69b71 commit 2bab2bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2bab2bd

Please sign in to comment.