-
-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update react-native to ^0.64.0 in peerDependencies #508
Comments
@Ainias Hey thank you for your report, good catch! That's probably due to how npm 7 works (I'm using 6.x locally); I'll fix that today. |
@Ainias Thought I fixed in release 6.0.3. I added a CI step to avoid regressions, see https://github.com/meliorence/react-native-render-html/actions/runs/1046261556 but it failed again, investigation going on ... |
@Ainias I think it's fixed in 6.0.4; could you try it out? CI still fails but it worked locally... |
@Ainias Found out that it would fail with npm@7.7.6 but succeed with npm@7.20.0, because in the former, Closing now, feel free to comment if you're still having issues. |
Oath
I swear that I have completed these tasks before submitting:
Decision table
we claim support for it),
<yyy>
is not rendered”Bug Report
When using react-native 0.64.x and react-native-render-html 6.0.2,
npm install
throws an error with unable to resolve dependency tree. When usingnpm install --legacy-peer-deps
its working.In the package.json delivered in the release, react-native 0.64.0 is already defined as devDependency. Therefore it should be easy to update the peerDependency.
Reproduction
npm install
The text was updated successfully, but these errors were encountered: