我使用react-native-modal-selector创建了一个模型,但是没有定义任何道具或方法来在react-native-modal-selector文档中添加图像或图标。是否有其他方法可以在react-native-modal-selector中添加图像或图标
发布于 2020-01-13 16:01:31
您可以根据文档进行尝试:
[{
key: 5,
label: 'Red Apples',
component: <View style={{backgroundColor: 'red'}}><Text style={{color: 'white'}}>Red Apples custom component ☺</Text></View>
}]比如有一个名为component的字段,然后添加数据
https://stackoverflow.com/questions/59711915
复制相似问题