Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

How to load assets from smart album? (expo-media-library)

$
0
0

Is there a way to load assets from smart album (on iOS) using expo-media-library?

I've tried to load assets by following instructions from documentation (Selfies is a name of smart album):

const album = await MediaLibrary.getAlbumAsync('Selfies');const response = await MediaLibrary.getAssetsAsync({ album });

But it seems that this approach only works for user-created folders/albums (for smart albums it returns data for All photos)


Viewing all articles
Browse latest Browse all 16552

Trending Articles