react-native-modalfy
react-native-modalfy copied to clipboard
[Android ] User cannot open new modal right after closing another one without delay of 300 ms
On Android device if you need to open new modal right after closing another one you need to add 300 ms delay or second modal will automatically close
Steps to reproduce
- Open modal A
- Close modal A and immediately open modal B
- Modal B will automatically close itself