phuochau / react-native-thumbnail

Get thumbnail from local media. Currently, it only supports for video.
MIT License
135 stars 104 forks source link

Put retriever.setDataSource(...) inside try-catch. #53

Open souvik-ghosh opened 4 years ago

souvik-ghosh commented 4 years ago

Prevents the error setDataSource failed: status = 0x80000000 from popping up. https://github.com/phuochau/react-native-thumbnail/issues/9 @phuochau