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 321 forks source link

How to add this library along with react-native-video? #396

Open eagleblack opened 11 months ago

eagleblack commented 11 months ago

Whenever i try to build this library with rn-video it gives following error. AILURE: Build failed with an exception.

abolfazlyounesi commented 11 months ago

same error

eagleblack commented 11 months ago

I found a solution to it. Inside node_module/ react-native-video/Android/app/build.gradel file.

Replace

(com.github.adityaxjha:Android-ScalableVideoView:10e7b4da8b)

Inside dependency with

com.yqritc.scalablevideoview.ScalableVideoView

And it will start working.

Dhawan7 commented 11 months ago

Same error Please help to resolve this

sanketappsimity commented 10 months ago

i used Above solution and its working fine implementation 'com.github.adityaxjha:Android-ScalableVideoView:10e7b4da8b'