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

How to remove this library? #309

Open craftmusic opened 3 years ago

craftmusic commented 3 years ago

Current Behavior

I tried yarn remove react-native-video-processing . Got some errors, then I removed the import from the bridging header, then I removed the RNVideoProcessing folder from xcode, removed GPUImage.xcodeproj, and tried to undo the steps described to install the package. The build then fails because it says some files are not found, so it seems either I've not removed everything or removed too much. What is the correct way to completely uninstall and remove this package from my project?

Expected Behavior

Uninstall/remove package completely.

Your Environment

React native version 60.0 Using yarn add and yarn remove for my packages rather than npm install.