mybigday / react-native-media-meta

Get media file metadata in your React Native app
MIT License
83 stars 46 forks source link

Added safety check for creation_time #14

Closed mthahzan closed 3 years ago

mthahzan commented 6 years ago

Accessing creation_time when it doesn't exist will throw an exception and it will cause the thumbnail to be never generated. Added a simple if condition to make sure it doesn't throw an exception.

Fixes #13

jhen0409 commented 3 years ago

Thanks!