olofd / react-native-photos-framework

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

getAlbums with type `moment` crashes when there are no moments #86

Open TheDutchCoder opened 6 years ago

TheDutchCoder commented 6 years ago

I have no moments on my test device, and when I query them the framework crashes.

It seems like it tries to enumerate over something that should be empty to begin with.

image