Skip to content

Conversation

MoOx
Copy link

@MoOx MoOx commented Apr 16, 2022

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.

…versions

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.
@Fritsen
Copy link

Fritsen commented Jan 4, 2023

+1

However, for now, it can be fixed decently with the new npm "overrides"-feature

"overrides": {
    "@react-native-community/image-editor": {
      "react": "$react",
      "react-native": "$react-native"
    }
},`

@retyui
Copy link
Collaborator

retyui commented Nov 6, 2023

thanks for PR, this issue was fixed in: #125

@retyui retyui closed this Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants