简体   繁体   English

如何同时使用多个 react-native-modal

[英]How to use multiple react-native-modal same time

I am using react-native-modal library, in my project i want to implement one modal on top of another modal, it is not working on ios but perfectly works on android..我正在使用 react-native-modal 库,在我的项目中我想在另一个模态之上实现一个模态,它不适用于 ios 但可以完美地用于 android..

I want to use one modal at a time while other modal is open.我想在其他模式打开时一次使用一个模式。

The only way you can have two modals at the same time is by nesting the second modal inside the first modal.For now this is the best solution for the current version of the library.您可以同时拥有两个模态的唯一方法是将第二个模态嵌套在第一个模态中。目前这是库当前版本的最佳解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM