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)