-
Notifications
You must be signed in to change notification settings - Fork 475
chore: bump react-native to 0.66 #757
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
@krizzu: Can you review this whenever you have some free cycles? Thanks 😄 |
}; | ||
project: { | ||
android: { | ||
sourceDir: path.join('example', 'android'), |
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.
q: does this allow us to remove root
option from run-android
script?
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.
Yes, it does.
), | ||
), | ||
}, | ||
ios: { |
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.
Because we specify options in start:macos
script, we don't have to add this target here, right?
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.
react-native-macos
doesn't use this field, I think. They look for the project independent of the cli config.
react-native.config.js
Outdated
packageSatisfiesVersionRange( | ||
'@react-native-community/cli-platform-ios', | ||
'<5.0.2', | ||
) |
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.
👏 nice
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.
Well done sir 👏 . There's higher version of test app on master
(hence conflict)
3810aeb
to
7fe2b59
Compare
7fe2b59
to
2eace8e
Compare
🎉 This PR is included in version 1.16.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Bump react-native to 0.66
Test Plan
CI should pass.