react-native-crop

Crops an image in base64 format and returns the result in base64 format.

Usage no npm install needed!

<script type="module">
  import reactNativeCrop from 'https://cdn.skypack.dev/react-native-crop';
</script>

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;