-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ReactApplication should not impose a ReactRootView #4949
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
packages/microsoft-reactnative-sampleapps/windows/SampleAppCPP/packages.config
Outdated
Show resolved
Hide resolved
packages/microsoft-reactnative-sampleapps/windows/SampleAppCPP/SampleAppCpp.vcxproj
Outdated
Show resolved
Hide resolved
packages/microsoft-reactnative-sampleapps/windows/SampleAppCPP/SampleAppCpp.vcxproj
Outdated
Show resolved
Hide resolved
vnext/local-cli/generator-windows/templates/cpp/src/MainPage.cpp
Outdated
Show resolved
Hide resolved
vmoroz
left a comment
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.
![]()
| } | ||
|
|
||
| function printFailedTests(ft) { | ||
| console.log('Failed test cases: '); |
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.
Consider console.error and using Chalk to set a color.
|
Marking as a breaking change since the template changes, and it seems like public APIs do as well (didn't look super closely tbh). |
Fixes #4925 and allows mixing RN content with non-RN in a markup-first way, fixes #4940
Fixes the exception I left in for #4619 now that the floating point bug is fixed.
Microsoft Reviewers: Open in CodeFlow