From 65ae73785bb834a15ffdb7d463afa3b50e98af0b Mon Sep 17 00:00:00 2001 From: Alfonso Curbelo Date: Thu, 18 Apr 2024 10:51:43 -0700 Subject: [PATCH] 0.73.7 Changelog (#44149) Summary: 0.73.7 Changelog ## Changelog: [INTERNAL] - 0.73.7 Changelog Pull Request resolved: https://github.com/facebook/react-native/pull/44149 Reviewed By: cipolleschi Differential Revision: D56307297 Pulled By: cortinico fbshipit-source-id: 0c57d5ce62bc029eb06060859d8d753fdf5f3de1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf3528ae0f..8656eb028f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v0.73.7 + +### Fixed + +#### Android specific +- Fix possible deadlock in dispatchViewUpdates ([b741899f99](https://github.com/facebook/react-native/commit/b741899f9994d270803e38bd98ce81adc8ba93fc)) +- Fix crash in getChildDrawingOrder ([342ce6115b](https://github.com/facebook/react-native/commit/342ce6115b744cd2fcfd80effb609b37dc9d5b37)) +- Fix Android HorizontalScrollView fling when content length less than ScrollView length ([bd19d0ec6a](https://github.com/facebook/react-native/commit/bd19d0ec6af45b1327190cb3d2496a13f637fba4)) + +#### iOS specific +- fix: build settings for custom build configuration ([2bcf18812a](https://github.com/facebook/react-native/commit/2bcf18812a67627490d589290c2ee0054c28b0b2)) +- Fix archiving for Mac Catalyst ([a8a2f1a578](https://github.com/facebook/react-native/commit/a8a2f1a578624333a113f285327987fb4f3b6c15) by [@cipolleschi](https://github.com/cipolleschi)) +- add privacy manifest to pod install ([3ccbd9cd8c](https://github.com/facebook/react-native/commit/3ccbd9cd8c5fdcbbdb2e56cd447001ee89c109fa)) + + ## v0.74.0-rc.9 ### Added