标签: reactjs react-native
我只想在push反应本机代码时更新jsbundles。所以我想将所需的图像路径更改为远程服务器URL。就像下面的代码一样。
之前:
imgUrl: require('../assets/img/tool01.jpg')
后:
imgUrl: 'https://mycdn.com/path/tool01.jpg'
使用react native bundle --asset-dest时,只能为资产文件指定本地输出目录。
react native bundle --asset-dest