Skip to content

Commit

Permalink
Update samples to 0.74 (#937)
Browse files Browse the repository at this point in the history
## Description
Upgrade Calculator, CalculatorNuget and NativeModule samples to 0.74 as
part of 0.74 release.

### Why

Part of microsoft/react-native-windows#12874

## Screenshots
N/A
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/react-native-windows-samples/pull/937)

---------

Co-authored-by: Chris Glein <26607885+chrisglein@users.noreply.github.com>
  • Loading branch information
Yajur-Grover and chrisglein authored May 31, 2024
1 parent ff7bdd1 commit e78fb10
Show file tree
Hide file tree
Showing 72 changed files with 451,501 additions and 6,250 deletions.
12 changes: 10 additions & 2 deletions samples/Calculator/cppwinrt/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
ios/.xcode.env.local
**/.xcode.env.local

# Android/IntelliJ
#
Expand Down Expand Up @@ -56,11 +56,19 @@ yarn-error.log
*.jsbundle

# Ruby / CocoaPods
/ios/Pods/
**/Pods/
/vendor/bundle/

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

# testing
/coverage

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Loading

0 comments on commit e78fb10

Please sign in to comment.