Skip to content

fix: declare support for react-native 0.65 #659

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

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Aug 18, 2021

Summary

Declares support for react-native 0.65 and for react-native-macos/-windows canaries.

Also removes resolutions since metro dependencies should be in sync now.

Resolves #658.

Test Plan

There's nothing to test.

@tido64 tido64 requested a review from krizzu August 18, 2021 07:26
@@ -64,7 +64,7 @@
"merge-options": "^3.0.4"
},
"peerDependencies": {
"react-native": "^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0"
"react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || 1000.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I never fully understood why libraries need to be so specific about their support. From my understanding, react-native-async-storage/async-storage supports React Native 0.60.6 and above. So, why not simply use "react-native": ">=0.60.6" here instead?

Of course, we don't know whether it will support 0.66 and beyond yet, but I guess it's weighing the pros and cons of having to update the library every couple of months by adding a new version, versus being optimistic considering that there are only very few dependencies that actually could break. I would rather accept the risk of things breaking in the future due to an unexpected change in React Native, than having to rely on the original author of a library continuously keeping it up to date.

Or in other words (in a dramatic voice): It's already been three days, why hasn't this been merged yet? Whyyyy? Whyyyyyyy?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls approve and marge it

Copy link
Member

@krizzu krizzu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay 🙏

@tido64 tido64 merged commit 5847d46 into master Aug 23, 2021
@tido64 tido64 deleted the tido/support-0.65 branch August 23, 2021 19:41
@krizzu
Copy link
Member

krizzu commented Aug 23, 2021

🎉 This PR is included in version 1.15.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

Compatibility with React Native 0.65
4 participants