brentvatne / stargrave-0

preserving my stars for vanity. former home of react-native-modal
389 stars 65 forks source link

Various components not working inside a Modal #54

Closed mschipperheyn closed 7 years ago

mschipperheyn commented 8 years ago

I'm trying to use a number of components inside a Modal. Components such as react-native-share, react-native-menu. They fail because their respective UI popups show up behind the Modal.

I wonder if there's a good way to deal with this, both inside react-native as a UI developer and for the guys creating these components.