UNPKG

react-native-photos-framework

Version:

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

37 lines 888 B
export default [{ type: 'smartAlbum', subType: 'smartAlbumUserLibrary' }, { type: 'smartAlbum', subType: 'smartAlbumFavorites' }, { type: 'smartAlbum', subType: 'smartAlbumVideos' }, { type: 'smartAlbum', subType: 'smartAlbumSelfPortraits' }, { type: 'smartAlbum', subType: 'smartAlbumPanoramas' }, { type: 'smartAlbum', subType: 'smartAlbumTimelapses' }, { type: 'smartAlbum', subType: 'smartAlbumSlomoVideos' }, { type: 'smartAlbum', subType: 'smartAlbumBursts' }, { type: 'smartAlbum', subType: 'smartAlbumScreenshots' }, { type: 'smartAlbum', subType: 'smartAlbumDepthEffect' }, //Recently delted { type: 'smartAlbum', subType: 'smartAlbumScreenshots' } ];