react-native-web-modal
react-native-web-modal copied to clipboard
Feature: Added support for "coverScreen" option.
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.