olofd/react-native-photos-framework

album.getAssets() is returning all device assets

Opened this issue · 2 comments

When calling getAssets() on an album returned from RNPhotosFramework.getAlbums, the response.assets includes all device photos instead of just photos in that album

+1
Is there any solution?

ok,I found that if you call RNPhotosFramework.getAlbumsByTitle to get the album,and then call album.getAssets this response is correct