react-native-photos-framework
react-native-photos-framework copied to clipboard
Adds new Asset() for 'unknown' type
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.