react-native-image-editor
react-native-image-editor copied to clipboard
A library providing an API for cropping images from the web and the local file system.
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Hi, I tried to use react-native link to link the library. Since I'm integrating react native to an existing app, I'm getting errors. Can you show in the docs that...
# Bug ## Environment info: Android ## My Code: ```import React, { Component } from 'react'; import { Image, ScrollView, StyleSheet, Text, TouchableHighlight, View, Platform, Button } from 'react-native'; import...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
# Cannot read Propery 'cropImage' of undefined Hi anyone, can help me, I'm having an error. All of my data is present. I don't know why i'm getting this error...
i think the documentation not completed yet , so can i get manual installation for both os without linking it ?
Hi First of: Thanks for an awesome library! Does this library support react-native 0.63? If so, could you please update the react-native peer dependecy in `package.json` to `">=0.57 =
# Question `package.json` lists react-native peer dependency with versions `">=0.57
Hi, thank you for the great library. I am getting the following error when use with react-native-camera. Am I missing something? Thank you in advance. # Bug  ``` console.error:...