我想将本地图像文件路径转换为uri路径,以便代替需要网站的uri,我想放置本地图像目录。我正在显示下面的代码..
state = {
search: '',
images: [
'../../assets/assets/img/formula.png', //***this is not working
'https://source.unsplash.com/1024x768/?water',
'https://source.unsplash.com/1024x768/?girl',
'https://source.unsplash.com/1024x768/?tree'
]
};
//Image is used here..
<SliderBox images={this.state.images} />
在图像数组中,我希望第一张图像必须包含在我的本地文件图像中。请有人告诉如何做到这一点,以便在图像中我可以包含我的本地图像文件路径