react-native-image-editor icon indicating copy to clipboard operation
react-native-image-editor copied to clipboard

Update "react-native" peerDependencies to allow usage with latest RN versions

Open MoOx opened this issue 3 years ago • 0 comments

Summary

If this is working with 0.64, there is no reason it shouldn't work with 0.65-0.68 afaik. This prevent "npm yelling" if you want to install it.

Test plan

npm install with recent npm version (> 8.5 probably) which breaks install if peer deps are not respected.

MoOx avatar Apr 16 '22 20:04 MoOx