Skip to content

Commit

Permalink
Merge pull request #145 from chrisglein/updateTo74rc0
Browse files Browse the repository at this point in the history
Update to 0.74.0
  • Loading branch information
chrisglein authored May 21, 2024
2 parents f03d210 + 622378d commit a2ea0a6
Show file tree
Hide file tree
Showing 32 changed files with 150,561 additions and 2,788 deletions.
12 changes: 10 additions & 2 deletions .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,7 +56,7 @@ yarn-error.log
*.jsbundle

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

# Temporary files created by Metro to check the health of the file watcher
Expand All @@ -65,5 +65,13 @@ yarn-error.log
# testing
/coverage

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

# Build logs
*.binlog
Loading

0 comments on commit a2ea0a6

Please sign in to comment.