react-native-lightbox icon indicating copy to clipboard operation
react-native-lightbox copied to clipboard

Use Lightbow with Parallaxview

Open pcrouillere opened this issue 8 years ago • 0 comments

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?

pcrouillere avatar Aug 09 '16 12:08 pcrouillere