Closed
Description
A comment in the image component references support for local assets that are part of the bundle, but also other places such as the camera roll.
Does this mean I can feed in URL's of the scheme assets-library://
, or is this not supported? As the component currently reports that the image is not found. If it isn't, would I need to implement it in RCTConvert
similarly to Gif support?
eg.
<Image style={styles.icon} source={ix('assets-library://asset/asset.JPG?id=x&ext=JPG')} />