Skip to content
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

Upgrade to RN v0.66 #5231

Closed
gnprice opened this issue Feb 15, 2022 · 1 comment · Fixed by #5372
Closed

Upgrade to RN v0.66 #5231

gnprice opened this issue Feb 15, 2022 · 1 comment · Fixed by #5372
Labels
P1 high-priority upstream: RN Issues related to an issue in React Native

Comments

@gnprice
Copy link
Member

gnprice commented Feb 15, 2022

The next round after #5230. (Which at present we haven't done yet, but this gives us a place to leave information about this version.) Blog post here:
https://reactnative.dev/blog/2021/10/01/version-066

There's no mention of anything incompatible, so (like v0.65, #5230) this might be an easier upgrade than usual. More-detailed changelog:
https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0660

@gnprice gnprice added upstream: RN Issues related to an issue in React Native P1 high-priority labels Feb 15, 2022
@gnprice
Copy link
Member Author

gnprice commented Feb 15, 2022

One item in the blog post that stands out as potentially helpful:

Handle taps on child views outside parent boundaries on Android​

Thanks to @hsource for adding interaction support for children rendered outside of parent view boundaries via overflow: visible. This is a common use-case and aligns React Native on Android more closely with web standards.

Find more details on the pull request.

I seem to recall us running into that recently, in #5130.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 high-priority upstream: RN Issues related to an issue in React Native
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant