1.0.1 • Published 3 years ago
react-native-fcamera v1.0.1
React Native Filter Camera
Customized camera with filters written in React-Native
Getting started
$ npm install react-native-fcamera --save
Mostly automatic installation
$ react-native link react-native-fcamera
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-fcamera';
// TODO: What to do with the module?
VideoFilter;
openCameraView() {
    VideoFilter.openCamera();      
}1.0.1
3 years ago