UNPKG

react-native-photos-framework

Version:

Use Apples Photos Framework with react-native to fetch media from CameraRoll and iCloud

11 lines (9 loc) 269 B
import Asset from './asset'; export default class ImageAsset extends Asset { constructor(assetObj, options) { super(assetObj, options); } getImageMetadata() { return this._fetchExtraData('getImageAssetsMetadata', 'imageMetadata'); } }