如何通过地图渲染图像

时间:2019-12-25 10:19:03

标签: react-native

code and output result..

我尝试过并给出各种错误,但是如何连接(仍以字符串格式)源的其余部分?

预先感谢

1 个答案:

答案 0 :(得分:0)

尝试一下,在您的地图中,您什么也不返回。

<View>
{Images.map(element => {
 return (<Image source={require(element.image)}/>)

})}
</View>