react-native-image-editor
react-native-image-editor copied to clipboard
Why i can't install this library?
Environment
"react-native": "0.64.2"
node js: v16.9.1
Description
Failed to install this library.
Reproducible Demo
Execute: npm install @react-native-community/image-editor --save
as mentioned on the docs
Same here. You've got this fixed somehow?
Ah, ok. This seems to be a duplicate of https://github.com/callstack/react-native-image-editor/issues/93 ...
There is already a PR for it but it seems this project is dead? -> https://github.com/callstack/react-native-image-editor/pull/94
@mppperez for now i install it using --force
I tried --force. The installation runs globally but I still get errors when running the program saying "unable to resolve module @react-native-community/image-editor"
Try using npm install @react-native-community/image-editor --save --legacy-peer-deps
fix: https://github.com/callstack/react-native-image-editor/pull/125 also will be release soon