首页 > 解决方案 > 将 props 传递给 React-Native-Modal

问题描述

我正在使用react-native-modal。是否可以将诸如图像地址之类的道具传递给模态?我检查但找不到任何文件。

标签: reactjsreact-nativemodal-dialog

解决方案


Simply wrap your Modal with a custom component and have the modal render an image which is passed as a prop. Set visibility to true when the corresponding image is pressed and the modal will pop-up with that image.


推荐阅读