react-native-web-modal icon indicating copy to clipboard operation
react-native-web-modal copied to clipboard

Feature: Added support for "coverScreen" option.

Open m4ttheweric opened this issue 4 years ago • 0 comments

Mirrors the behavior of the coverScreen option in react-native-modal. When set to false, then the modal is rendered into the parent view, otherwise, a Portal is used. This helps resolve some issues related to other UI libraries.

I also had to modify the mode for transform-react-remove-prop-types from wrap to remove to resolve issues with the build failing.

m4ttheweric avatar Apr 13 '21 19:04 m4ttheweric