olofd / react-native-photos-framework

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

Adds new Asset() for 'unknown' type #75

Open sampurcell93 opened 6 years ago

sampurcell93 commented 6 years ago

The lack of a case for unknown (or a default as it may be) caused my getAssets call to return a list with many undefined values. This solves my problems neatly and I have not run into any problems with it so far.

Thanks for the amazing library.