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.
# Feature Request Support output base64. Currently, when cropping process is successful it return uri, some people maybe need base64. ## Why it is needed My backend only support base64...
# Bug Wrong crop output. ## Environment info React native info output: ```bash System: OS: Windows 10 10.0.18362 CPU: (8) x64 Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz Memory: 16.44 GB...
``` npm install @react-native-community/image-editor --save npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR!...
fixes #93
fix for https://github.com/callstack/react-native-image-editor/issues/73
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.9.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
# Summary File size increase after cropping on iOS  ## Test Plan ### What's required for testing (prerequisites)? ### What are the steps to reproduce (after prerequisites)? ## Compatibility...
The latest build on NPM fails to install and requires a legacy dependency to install. 
This PR adds breaking changes! ## Test Plan  1) Install: ```sh npx react-native init testEditor cd testEditor yarn add retyui/react-native-image-editor#android-contain-resize-mode ``` 2) Paste code from [example/App.js](https://github.com/react-native-community/react-native-image-editor/blob/master/example/src/App.js) 3) Extends...
Change to crop after checking image rotation ### Summary ### Test plan