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.24k stars 323 forks source link

Trimmer crashers the android app #326

Closed avidhaus-adeel closed 3 years ago

avidhaus-adeel commented 3 years ago

Current Behavior

Trimmer is working in debug mode but crasher the app in Release mode in android

Your Environment

windows

software version
react-native-video-processing ^2.0.0
react-native 0.63
node 12.14.1
jackyleehong commented 3 years ago

I manage to solve this issue by disable the Proguard in Android / manually add the proguard rule.

pmella16 commented 3 years ago

I manage to solve this issue by disable the Proguard in Android / manually add the proguard rule.

hello, i have the same problem, you can help me to configure the proguard rules

codefromhimanshu commented 3 years ago

I manage to solve this issue by disable the Proguard in Android / manually add the proguard rule.

Please help me solve this issue. added

-keep class com.shahenlibrary.Trimmer.* {*;} to proguard still not able to fix this issue.