-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Integrate RN Nightly 7/1 #13508
Integrate RN Nightly 7/1 #13508
Conversation
@@ -104,6 +104,7 @@ export default async function upgradeDependencies( | |||
}), | |||
); | |||
|
|||
console.log('\nupgrading dependencies') |
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.
Is this leftover debug code from the integration?
@@ -155,6 +156,7 @@ async function upgradeReactNative( | |||
} | |||
} | |||
|
|||
console.log('\n upgrading react-native') |
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.
Same as above - accidentally left in?
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, removed both of them.
Description
Integration
What
facebook/react-native@5df5ed1...9f6cb21
Notable commits:
facebook/react-native@404f323
facebook/react-native@1830283
Notable issues:
Issue tracking reverting removal of debug feature tests: #13546
Issue to unfork new forks within ReactCommon: #13516
Future commit that resolves packages using
react-native init
automatically failing without warning: facebook/react-native@9aed45aIssue tracking updates to the @react-native-community/template package (originally found in 6/18 integration): #13446
Microsoft Reviewers: Open in CodeFlow