CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 05:03:46 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"fa2e14b989a7944775d162dfab4c81b3"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=1NFNiZkc%2BKxXtTTDzK5Oe6f5m1c8tj2IS%2FPgrBE4ma2rkFJ8a61ewKHjKcwdtBOUFMAKGXe7wih9n8azGRmTMa22RaDtEID9VXj68PC4Tvjbm2KTyGYLsqshLiUn216NaBerWJecWzRdTi4vh8Uztp%2BwrTJ51nORxiw0ndDiG3%2Bo4GM9uof08CDEfE%2FvHNtAM%2FeT08fMWO8lVApNfM2Ys4vVdolKFRrax1qJWS4DnfZ4Zn99ZAdjPMJI%2F1Sm2GOGQ57F%2FZZV1pXtiq1j9P2CJQ%3D%3D--lfTefzKpwDnonIuR--jIneP1mx18qCBG6yqDOwvw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1276669655.1753333426; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 05:03:46 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 05:03:46 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8584:B5FA6:1348D9A:1771838:6881BEB2
Release React Native Windows 0.78.0 · microsoft/react-native-windows · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
React Native Windows 0.78.0
Compare
·
267 commits
to main
since this release
We're excited to release React Native Windows 0.78.0 targeting React Native 0.78.0! There have been many changes to both react-native-windows and react-native itself, and we would love your feedback on anything that doesn't work as expected. This release includes the commits to React Native Windows from 12/18/2024 – 01/27/2025.
How to upgrade
You can view the changes made to the default new React Native Windows applications for C++ and C# using React Native Upgrade Helper. See this document for more details.
Reliability
- Add _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR preprocessor definition to fix failing calls to std::mutex::lock. Fix calls to std::mutex::lock (#14223) · microsoft/react-native-windows@12a642f (github.com)
- Expand field sanitization to codedError.data. PRName (#14161) · microsoft/react-native-windows@42ff8f3 (github.com)
- Removes deprecated std::aligned_storage. std::aligned_storage is deprecated (#14253) · microsoft/react-native-windows@a8a7c00 (github.com)
- Stop disabling warning 4244 because BinSkim fails if it sees one. Stop disabling warning 4244 because BinSkim fails if it sees one (#14258) · microsoft/react-native-windows@5957d0a (github.com)
- Update the control type values of components to corresponding accessibilityRole value. Update the control type values of components to corresponding accessibilityRole value(#14215) · microsoft/react-native-windows@38f1cd0 (github.com)
- Fix react devtools hitting an assert on launch. Fix react devtools hitting an assert on launch(#14320) · microsoft/react-native-windows@f24c9bc (github.com)
- Fix Number.h missing from JSI and TurboModule files. Fix Number.h not copied from react-native core(#14331) · microsoft/react-native-windows@c0be76e (github.com)
New Features
- Updates WinUI3ExperimentalVersion from 1.6.240701003-experimental2 to 1.7.250109001-experimental2. Update WinUI3ExperimentalVersion from 1.6.240701003-experimental2 to 1.7.250109001-experimental2 (#14270) · microsoft/react-native-windows@a610c68 (github.com)
- Remove Paper-only code from Fabric builds of Microsoft.ReactNative. Remove Paper-only code from Fabric builds of Microsoft.ReactNative (#14289) · microsoft/react-native-windows@3cba4c4 (github.com)
New Architecture-specific changes
- Adds support for custom controls to pass range data to UIA via the IRangeValueProvider. Added support for aria-readonly and accessibilityState.readOnly. Implement IRangeValueProvider and Adjust IValueProvider Implementation (#14212) · microsoft/react-native-windows@7e4bcc6 (github.com)
- Rework modal to be implemented entirely using public APIs. Rework modal to be implemented entirely using public APIs(#14256) · microsoft/react-native-windows@fb5c92b (github.com)
- RNIsland UIA fragment root should report parents fragment root. RNIsland UIA fragment root should report parents fragment root (#14302) · microsoft/react-native-windows@b438707 (github.com)
- Fix crash when currently focused element gets marked as enableFocusRing=false. Fix crash when currently focused element gets marked as enableFocusRing=false (#14306) · microsoft/react-native-windows@47c5cd4 (github.com)
Assets 2
5 people reacted
You can’t perform that action at this time.