react-native-photos-framework icon indicating copy to clipboard operation
react-native-photos-framework copied to clipboard

album.getAssets() is returning all device assets

Open ThePeej opened this issue 6 years ago • 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

ThePeej avatar Mar 18 '19 15:03 ThePeej

+1 Is there any solution?

onewkl avatar Apr 11 '19 03:04 onewkl

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

onewkl avatar Apr 11 '19 03:04 onewkl