1.0.8 • Published 5 years ago

react-native-video-filter v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago