colorfy-software / react-native-modalfy

🥞 Modal citizen of React Native.
https://colorfy-software.gitbook.io/react-native-modalfy
MIT License
1.13k stars 46 forks source link

Is it possible show/hide modals immediately? #79

Closed sucrechat closed 2 years ago

sucrechat commented 2 years ago

https://snack.expo.dev/_LMD_OgPl

First of all, thank you for providing an easy-to-use library. I wanted modals to show and hide faster than the default setting. But(perhaps because of the backdrop animation?) the child modals appeared relatively quickly, but the root modal could not reduce the latency. Even for child modals, it seems that the modal window takes time to close.

CharlesMangwa commented 2 years ago

Hey @sucrechat! Thanks for reporting this issue. As of v3.3.0 that will be released in a few minutes, I added a new backdropAnimationDuration that you can set to 0. As you correctly guessed, this will address your issue and make the backdrop appear and disappear instantly.