react-native-crop
v1.0.2
Published
Crops an image in base64 format and returns the result in base64 format.
Downloads
2
Readme
react-native-crop
Getting started
$ npm install react-native-crop --save
Mostly automatic installation
$ react-native link react-native-crop
Usage
import Crop from 'react-native-crop';
// TODO: What to do with the module?
Crop;