react-native-modal / react-native-modal

An enhanced, animated, customizable Modal for React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to disable backdrop so I can press other buttons underneath. In addition is it possible to start the slideIn animation from a certain height.

TheMahadee opened this issue · comments

Using modal for creating a pop up menu from the bottom using a toolbar.

What I need to do is -

  • Use the toolbar to close one modal and popup another modal.
  • Slide in the modal from behind the toolbar.
  • Press upper area of backdrop to close the modal.

I'm using React-Native app without Expo.

Screenshot_1665479239
Screenshot_1665479231

any updates on this? Especially being able to start the slideIn animation from a certain height?