我使用react-native-modal-selector创建了一个模型,但是没有定义任何道具或方法来在react-native-modal-selector文档中添加图像或图标。是否有其他方法可以在react-native-modal-selector中添加图像或图标
发布于 2020-01-10 14:48:50
根据文档,react-native-modal-selector提供了传递自定义视图的功能。使用customSelector属性。
示例如下:https://github.com/peacechen/react-native-modal-selector/blob/master/SampleApp/App.js#L74
https://stackoverflow.com/questions/59676566
复制相似问题