React native video processing

Complete implementation of React native video processing for both Android and IOS Getting Started npm install react-native-video-processing –save yarn add react-native-video-processing You can check test by running $ npm test or $ yarn test Installation Note: For RN 0.4x use 1.0 version, for RN 0.3x use 0.16 [Android] Open up android/app/src/main/java/[…]/MainApplication.java Add import com.shahenlibrary.RNVideoProcessingPackage; to … Read more