react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
Modal sticks to screen when parent View position changes
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:
Any idea how to fix it?
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)
I got this same issue! wait solution