shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

unreported exception IOException; must be caught or declared to be thrown in RN 0.70.0 and target and compile is 33 for android #372

Closed chetanacquaintsoft closed 9 months ago

chetanacquaintsoft commented 2 years ago

Your Environment

software version
react-native-video-processing 1.7.2
react-native 0.70.0
node 16.17.0

unreported exception IOException; must be caught or declared to be thrown in RN 0.70.0 and target and compile is 33 for android

jamiembrown commented 1 year ago

Did anyone find a workaround or hack for this at all?

mustneerar7 commented 1 year ago

minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 33

worked for me.

denisbevilacqua commented 1 year ago

Did anyone find a workaround or hack for this at all?

I have opened a PR for this!

jamiembrown commented 1 year ago

I have opened a PR for this!

Thanks so much Denis! I'll take a look in our next release!