react-native 弹出Model继续弹出Model

使用系统自带Model 不能做到,因为官网讲了,只能有一个在最上层的Model

可以用

import Modal from 'react-native-modalbox';

这个Model 可以设置coverScreen={true},弹出之后能覆盖全屏,隐藏了底部导航栏。这个功能是很实用的。

参考:https://www.cnblogs.com/wang4517/p/6178859.html

此文仅为鄙人学习笔记之用,朋友你来了,如有不明白或者建议又或者想给我指点一二,请私信我。liuw_flexi@163.com/QQ群:582039935. 我的gitHub: (学习代码都在gitHub) https://github.com/nwgdegitHub/
原文地址:https://www.cnblogs.com/liuw-flexi/p/12325726.html