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;
Crops an image in base64 format and returns the result in base64 format.
<script type="module">
import reactNativeCrop from 'https://cdn.skypack.dev/react-native-crop';
</script>
$ npm install react-native-crop --save
$ react-native link react-native-crop
import Crop from 'react-native-crop';
// TODO: What to do with the module?
Crop;