Updated Calculator Cppwinrt with 0.80.0 release#1064
Merged
anupriya13 merged 4 commits intomicrosoft:mainfrom Nov 4, 2025
Merged
Conversation
Contributor
|
@HariniMalothu17 check if you need to update the yarn.lock file |
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the Calculator CppWinRT sample project to use React Native Windows version 0.80.0-preview.1, upgrading from the previous 0.78.1/0.79.x versions. The update includes comprehensive changes to project files, dependency versions, and build configurations to align with the new React Native Windows release.
- Updated React Native Windows from 0.79.0 to 0.80.0-preview.1 and related dependencies
- Regenerated project GUIDs and updated Visual Studio solution configuration
- Modified Android build configurations and Gradle wrapper settings
Reviewed Changes
Copilot reviewed 11 out of 38 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| Package.appxmanifest | Updated application identity GUIDs and publisher information |
| Calculator.vcxproj | Updated project GUID and React Native Windows version comment |
| Calculator.sln | Regenerated solution with new project GUIDs and reordered configuration sections |
| tsconfig.json | Simplified TypeScript configuration extends path |
| package.json | Updated all React Native and related dependencies to 0.80.x versions |
| gradlew.bat/gradlew | Updated Gradle wrapper execution to use JAR file approach |
| gradle-wrapper.properties | Updated Gradle version from 8.13 to 8.14.1 |
| build.gradle | Updated Kotlin version from 2.0.21 to 2.1.20 |
| MainApplication.kt | Simplified application initialization using new React Native entry point |
| .prettierrc.js | Removed deprecated bracketSameLine and bracketSpacing configuration |
anupriya13
reviewed
Nov 3, 2025
anupriya13
approved these changes
Nov 4, 2025
iamAbhi-916
approved these changes
Nov 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Why
What is the motivation for this change? Add a few sentences describing the context and overall goals of the pull request's commits.
Resolves [Add Relevant Issue Here]
Screenshots
Add any relevant screen captures here from before or after your changes.
Microsoft Reviewers: Open in CodeFlow