doomsower / react-native-modal-popover

React-Native pure JS popover that uses Modal
MIT License
322 stars 45 forks source link

In Android getting Blur layer on childrens of PopOverController #42

Open sairam-405 opened 4 years ago

sairam-405 commented 4 years ago

In Android The Button and popOverView gets blured in android but its is working fine in iOS.

` {({ openPopover, closePopover, popoverVisible, setPopoverAnchor, popoverAnchorRect }) => (

{reactionId != null && (reactionId.length != 0 && reactionId != "0") ? {getReactionNumber()} : } {likeCount} { closePopover() onReactionClick(1) }}> {String.fromCodePoint(128077)} { closePopover() onReactionClick(2) }}> {String.fromCodePoint(128525)} { closePopover() onReactionClick(3) }}> {String.fromCodePoint(128518)} { closePopover() onReactionClick(4) }}> {String.fromCodePoint(128559)} { closePopover() onReactionClick(5) }}> {String.fromCodePoint(128578)} { closePopover() onReactionClick(6) }}> {String.fromCodePoint(128533)} { closePopover() onReactionClick(7) }}> {String.fromCodePoint(128546)} { closePopover() onReactionClick(8) }}> {String.fromCodePoint(128545)} )} `