react-native-lightbox
react-native-lightbox copied to clipboard
Use Lightbow with Parallaxview
Is it possible to use lightbox with parallaxview ? https://github.com/oblador/react-native-parallax/
I don't get why its not working
Edit : Apparently its because of this style in parallax view :
backgroundImage: {
position: 'absolute',
backgroundColor: 'transparent',
overflow: 'hidden',
top: 0
},
If I delete "position: 'absolute'," lightbox is working fine but parallax is broken.
So Lightbox is not working if we have position: 'absolute' on the component, why?