react-native-photos-framework
react-native-photos-framework copied to clipboard
album.getAssets() is returning all device assets
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