octopitus / rn-sliding-up-panel

Draggable sliding up panel implemented in React Native https://octopitus.github.io/rn-sliding-up-panel/
MIT License
928 stars 157 forks source link

Backdrop not full if another component using elevation #159

Closed Drzaln closed 4 years ago

Drzaln commented 4 years ago

Issue Description

Hi, i'm facing some issue if using elevation on certain component, the backdrop hiding in that component.

This is some screenshot from Iphone X emulator

Simulator Screen Shot - iPhone X - 2020-01-14 at 14 46 12

the backdrop hiding below the appbar. I have tried to use zIndex inside backdropStyle, but that doesn't affect anything.

octopitus commented 4 years ago

In case you are using react-navigation, you should move the panel to bottom of the component hierarchy. Something like this.

Drzaln commented 4 years ago

Wow, that's work. Thank you. I will close this issue