1.0.1 • Published 1 year ago

react-native-fcamera v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1 year ago