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

Video Trim Not working in android aab build? #335

Closed mplsnikhilmonga closed 3 years ago

mplsnikhilmonga commented 3 years ago

Current Behavior

Expected Behavior

Your Environment

software version
react-native-video-processing
react-native
node
crava-logico-srl commented 3 years ago

We've noticed that the runtime of the aab bundle could not find the libffmpeg.so in the jniLibs folder. Try add android.bundle.enableUncompressedNativeLibs=false in gradle.properties.