Max

Results 40 comments of Max

Is your modal defined in the root three of your app ?

You should instantiate your modal component at the root three of your app. Then you could expose a modal context to control it from your children's components

Hey @judgejab, I'm going to check and enhance the support for android very soon. In the meantime, I don't have much time, the easiest would be to directly dig into...

Hey @nicoburns, I currently don't have much time for this plugin indeed, if you're interested about becoming a maintainer let me know, I'm open to that. I just merged the...

This component hasn't been developed to be used as a side menu though... Maybe you could use one of the many side-menu components available

Sure @peacechen, with an example in the Example project it would be perfect 👍

Hmm I guess there is a conflict with the pan responder. Will check that, thanks for the feedback

I could reproduce this issue. For now you have an easy way to make your ScrollView works, just define the `swipeArea` property. The touches outside of this area will respond...

I would like to implement the possibility to close the modal only if the ScrollView is at the top or reached the end but that's another feature :)

Android or IOS ? It worked on my side running on IOS