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

Manual Install? #286

Open enigmablue opened 4 years ago

enigmablue commented 4 years ago

Am on RN 61.2.

When i try to even import i get an undefined. I didn't do all the manual installation steps because i have autolinking / use_native_modules!

Am i supposed to manually link all the xcode steps? Because i'm certainly not expecting.

TypeError: undefined is not an object (evaluating '_reactNative.UIManager.RNVideoProcessing.Constants')

dhee9000 commented 4 years ago

Were you able to figure this out? Does this library need manual linking?

enigmablue commented 4 years ago

oh i gave up and used react-native-ffmpeg instead