souvik-ghosh / react-native-create-thumbnail

iOS/Android thumbnail generator with support for both local and remote videos
MIT License
246 stars 105 forks source link

Workaround for Error while building reactnative version 0.71.7 #90

Closed sahad752 closed 1 year ago

sahad752 commented 1 year ago

Got Error while building on android with latest react native veresion 0.71.7 Android gradle gradle:7.4.0 and distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip Error: node_modules/react-native-create-thumbnail/android/src/main/java/com/createthumbnail/CreateThumbnailModule.java:192: error: unreported exception IOException; must be caught or declared to be thrown retriever.release();

souvik-ghosh commented 1 year ago

@sahad752 @MP-OT, This is a breaking change for Android versions < 13. We have v2.0.0-rc.x with for the latest Android. I think it's time to release v2.0.0. I will be doing that soon.

Jackson3195 commented 1 year ago

@souvik-ghosh - Any update on v2.0.0 release?