callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.
MIT License
366 stars 117 forks source link

Fix npm install for versions 7 and higher. #125

Closed retyui closed 8 months ago

retyui commented 8 months ago

Summary

  1. this library is never used react
  2. npm 7 and above will block installations if an upstream dependency conflict is present that cannot be automatically resolved.

fix:

Test plan

npm -v # 7 or above
npx react-native init tmpRN71 --version 0.71.x --npm
cd tmpRN71
npm install /path/to/image-editor