react-native-modal-popover
react-native-modal-popover copied to clipboard
Modal Border Excludes Arrow
When setting a border on the modal using the contentStyle, the border should wrap around the indicator triangle, currently it does not, and it splits the view:
Expected Result:
Actual Result:
Code:
<Popover placement="bottom" contentStyle={{ borderWidth: 2, borderRadius: 6, borderColor: '#9A9A9A', padding: 0, }} visible={popoverVisible} onClose={closePopover} fromRect={popoverAnchorRect} supportedOrientations={['portrait', 'landscape']} >
did you find a way to resolve this? @PvanHengel