A react native modals library. Swipeable. Highly customizable. Support multi modals & Support custom animation. For IOS & Android.
2.19k
stars
299
forks
source link
returning null in conditional rendering does not hide previously rendered dialog #150
Open
jeppeArchidraw opened 5 years ago
I'm showing dialogs for difference messages in a message handler component.
Several issues arise in the following scenario:
I think the cause is that rendering null does not hide previously rendered dialog. though I checked that dialog A is unmounted on rendering null.
Is this expected or erratic?