jeremybarbet/react-native-modalize

Open one Modalize modal on top of another

gbettinazzi opened this issue · 5 comments

Describe the bug
Hi! first of all, this library is awesome and thanks for the effort you're spending on maintaining it!
I'm trying to open a Modalize modal on top of an already open Modalize modal (without closing it), but the result is that the last one will be open behind the first one and not vice versa.
I've tried to use withReactModal prop but on Android the behavior changes a lot: the drag to close is not working anymore, same for the back button to close. I've checked the documentation and my gesture handler version seems correct.
Thank you very much

Dependencies:

  • react-native-modalize ^2.0.4
  • react-native 0.66
  • react-native-gesture-handler ^1.10.3
  • react-navigation ^4.4.4

Reproduce

  • Open a Modalize modal
  • from the first modal open a second one
  • The second modal will appear behind the first (see screenshots)
    modals

Have the same issue

Same issue here

Hi @gbettinazzi, did you find any solution for this ?

@gbettinazzi got any solution for this?

@SmritiSYadav i had to use another library for to achieve this in my project.