1.0.8 • Published 3 years ago

react-native-video-filter v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-video-filter

Getting started

$ npm install react-native-video-filter --save

Mostly automatic installation

$ react-native link react-native-video-filter

Pod install

$ cd ios

$ pod install

AndroidManifest.xml

<activity
    android:name="com.reactlibrary.PortraitCameraActivity"
    android:theme="@style/AppTheme">
</activity>

Usage

import VideoFilter from 'react-native-video-filter';

// TODO: What to do with the module?
VideoFilter;

openCameraView() {
    VideoFilter.openCamera();      
}
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago