通过传递动态渲染<img/>组件

时间:2018-11-22 10:29:36

标签: reactjs image react-native components

在React Native中有没有办法做类似的事情:

<Image source={require("../../../assets/imgList/" + this.props.imgName + ".png")} />

我收到此错误:

  

'require'期望恰好1个字符串文字参数。

谢谢。

0 个答案:

没有答案