vemarav / react-native-avatar-crop

Highly customisable <Crop /> component for React Native < 💅 >
https://www.npmjs.com/package/react-native-avatar-crop
MIT License
54 stars 14 forks source link

Remove unnecessary try/catch #11

Closed kamui545 closed 2 years ago

kamui545 commented 2 years ago

I believe you can safely delete this since the same exception is thrown right away without doing anything else ? Probably something you forgot to remove while debugging