我的图像源是安全的,所以理想情况下我想做以下事情:
<Image source={{uri: "http://path/to/image",headers: {Authorization: 'Bearer ' + this.props.bearerToken}}}/>
无论如何我可以近似,没有将图像加载到Javascript并从那里渲染图像?
此功能最近已合并到React-Native:
https://github.com/facebook/react-native/pull/7338/files中