-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
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.
* images from local disk, such as the camera roll. Example usage: |
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')} />
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.