enesozturk/rn-swipeable-panel

Scroll Events interference and backdrop not covering entire screen.

pritamsoni-hsr opened this issue · 1 comments

  • When SwipeablePanel is placed inside a scrollview, pan-responder doesn't work properly, scrollevents from parent scrollview are also getting captured.
  • With react-navigation, when headers are present on navigator, panel backdrop doesn't cover that part.

A workaround for this that I'm using rn is to wrap SwipeablePanel inside a native modal with fade animationType which is handling both issues

@pritamsoni-hsr Could you provide an example as to how u overcame the second point. This is an issue I am facing too
By the looks of it, I cannot have bottom drawer in a screen which has navigation header.