olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

album.getAssets() is returning all device assets #99

Open ThePeej opened 5 years ago

ThePeej commented 5 years ago

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

onewkl commented 5 years ago

+1 Is there any solution?

onewkl commented 5 years ago

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