gpt4 book ai didi

react-native - react native : Modal does not hide when Alert appears on top of it

转载 作者:行者123 更新时间:2023-12-04 03:14:40 24 4
gpt4 key购买 nike

我注意到一个奇怪的行为,如果 Modal 会出现,然后在它上面出现,如果出现警报,警报很快就会消失,而用户无需点击任何东西,并且 Modal,即使以编程方式删除,也不会从屏幕上删除.
我认为是一个错误。有解决方法吗?

最佳答案

在 React Native 中似乎是个麻烦。我也遇到过这个问题。
修复它的最简单方法是在隐藏模态后调用带有超时的警报:
...
setTimeout(() => Alert.alert(msg), 10);
...

关于react-native - react native : Modal does not hide when Alert appears on top of it,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40041472/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com