From 2259db6d4bd30eda91aa952e40e98bd27f758fb6 Mon Sep 17 00:00:00 2001 From: Fabrizio Cucci Date: Tue, 18 Mar 2025 01:39:52 -0700 Subject: [PATCH] Add changelog entry for v0.79.0-rc.2 (#50084) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50084 As per title. Reviewed By: cortinico Differential Revision: D71375255 fbshipit-source-id: 6f346d94d7189314852bf9409919d879a05d5c95 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efe42e41102..256f1cf99c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.79.0-rc.2 + +### Fixed + +#### iOS specific + +- **Codegen:** Enable use of multiple `RCTAppDependencyProvider` instances ([0cc1ac18cf](https://github.com/facebook/react-native/commit/0cc1ac18cf7f2a99500ef6f315c4dccda7736ea0) by [@vonovak](https://github.com/vonovak)) +- **TextInput:** Fixes TextInput crashes when any text is entered while running as iOS app on apple silicon mac ([8d7aca30e7](https://github.com/facebook/react-native/commit/8d7aca30e7fb50c9c069931a7ed67d8d4a745a2a) by [@zhongwuzw](https://github.com/zhongwuzw)) +- **Runtime:** Call RCTInitializeUIKitProxies before bridge create ([a51fa6c002](https://github.com/facebook/react-native/commit/a51fa6c0028a5bc9afb89656f1aeb41847b7fe8e) by [@zhongwuzw](https://github.com/zhongwuzw)) + ## v0.79.0-rc.1 ### Changed