brentvatne / react-native-overlay

An <Overlay /> component that brings content inside to the front of the view regardless of its current position in the component tree.
638 stars 79 forks source link

Library for Android? #42

Closed LongPotato closed 8 years ago

LongPotato commented 8 years ago

I have a warning when running on Android. It could not find the RNOverlay library file. I think this is the reason why panResponder doesn't work with the components I nested in Overlay on Android.

Can you give me some info about this? Thanks

brentvatne commented 8 years ago

No support for Android currently, I would accept a PR that just uses Portal on Android :)

waleedarshad-vf commented 8 years ago

+1