My image-source is secured, so ideally I would like to do the following:
<Image source={{uri: "http://path/to/image",
headers: {Authorization: 'Bearer ' + this.props.bearerToken}}}/>
Is there anyway I can approximate that, short of loading the image into Javascript and rendering the image from there?