From 92715e91dd5b15bb3b3365b72e6bef574e2bcf91 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 8 Apr 2024 10:31:35 -0700 Subject: [PATCH] Add changelog for v0.74.0-rc.7 (#43969) Summary: Just the changelog for v0.74.0-rc.7 ## Changelog: [INTERNAL] - Add changelog for v0.74.0-rc.7 Pull Request resolved: https://github.com/facebook/react-native/pull/43969 Test Plan: N/A Reviewed By: christophpurrer Differential Revision: D55871499 Pulled By: cortinico fbshipit-source-id: 371ea1557b8d4e4c218e8a2050cd5e087f487802 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7bce2fa82..93138029ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.74.0-rc.7 + +### Fixed + +#### iOS specific + +- Fix: build settings for custom build configuration ([bcac3c4d9c](https://github.com/facebook/react-native/commit/bcac3c4d9c2b7c712018c9686dfa620479674082) by [@jblarriviere](https://github.com/jblarriviere)) +- Remove invalidate observer instead of re-adding observer in DeviceInfo module ([91279a822b](https://github.com/facebook/react-native/commit/91279a822be949051866a694148e509c1308035b) by [@zhongwuzw](https://github.com/zhongwuzw)) +- Add missing fields to native errors in new arch ([98b1331609](https://github.com/facebook/react-native/commit/98b1331609142979ba13659c103d7c3fd31c8198) by [@vonovak](https://github.com/vonovak)) +- [0.74] Fix archive for MacOS Catalyst ([0e5dc51bba](https://github.com/facebook/react-native/commit/0e5dc51bbac105fb225ecc7966c1cde954b90330) by [@cipolleschi](https://github.com/cipolleschi)) + ## v0.74.0-rc.6 ### Added