react-native-create-thumbnail
react-native-create-thumbnail copied to clipboard
Added IllegalStateException to catch block
Thanks for your work on this awesome library!
The IllegalStateException thrown on line #200 is not caught by the top level try / catch, causing the app to crash in cases where a thumbnail could not be generated, as seen in this issue.
thanks bro, this worked for me !
@cjdouglas Thanks for the PR!