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

Modal sticks to screen when parent View position changes

Open naomipol opened this issue 6 years ago • 2 comments

I'm using this awesome component in a side drawer. What happens is while closing the drawer with swipe, the dropdown modal sticks to the screen, and it's position is not updated according to the parent drawer's position:

image

image

Any idea how to fix it?

naomipol avatar Aug 08 '18 05:08 naomipol

I got this same issue. I'm not sure how to fix it :(

edit: it looks like you can fix it with a setTimeout of 100 (https://github.com/sohobloo/react-native-modal-dropdown/issues/98)

midimurphdesigns avatar Aug 15 '18 22:08 midimurphdesigns

I got this same issue! wait solution

qduck avatar Nov 10 '18 05:11 qduck