-
Notifications
You must be signed in to change notification settings - Fork 475
chore: Bump RN to 0.62 #467
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
Conversation
afdb129
to
816a7f4
Compare
bc3b852
to
479fcc4
Compare
7ee0ae5
to
0fbc2df
Compare
fc84e54
to
ffd1989
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work 🎉 I'm glad for react-native-test-app
integration!
Let's address web in follow up PR, like you proposed. I have an idea how to fix it.
Also, I know what happened to the formatting - upgrading to latest community eslint config. That version includes Prettier 2.0.2
dependency, which included a change that generates a lot of churn in codebases, without an option to disable.
I think it's ugly, but nothing we can here. We can, however, disable adding brackets in arrow functions - could you add another entry to .prettierrc
? 🙏
+ "arrowParens": "avoid"
It's only integrated for macOS example app. I'll try to migrate the other platforms as well.
I'd rather not have a const single = (value) => value;
const pair = (x, y) => [x, y]; The whole point of Prettier is to avoid these discussions. I think we should use the defaults. |
a699921
to
d2a06f6
Compare
We only bump to 0.62 because react-native-macos 0.63 isn't out yet. To simplify our lives, we stay in sync to avoid any potential issues from having both 0.62 and 0.63 installed.
d2a06f6
to
7a5d3da
Compare
7a5d3da
to
d2a2811
Compare
Let's go with the defaults then, like you suggested. |
* chore: Bump RN to 0.62 We only bump to 0.62 because react-native-macos 0.63 isn't out yet. To simplify our lives, we stay in sync to avoid any potential issues from having both 0.62 and 0.63 installed. * chore(Windows): Remove workaround causing crash on 0.62
* chore: Bump RN to 0.62 We only bump to 0.62 because react-native-macos 0.63 isn't out yet. To simplify our lives, we stay in sync to avoid any potential issues from having both 0.62 and 0.63 installed. * chore(Windows): Remove workaround causing crash on 0.62
🎉 This PR is included in version 1.13.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary:
Bump the example app to 0.62.
We only bump to 0.62 because react-native-macos 0.63 isn't out yet. To simplify our lives, we stay in sync to avoid any potential issues from having both 0.62 and 0.63 installed.
Test Plan:
The test app must build and boot on the following platforms:
Web(see chore: Bump RN to 0.62 #467 (comment))