From 5e9ed14cb1ed84ffc3ec626a9760f0fde692aa1b Mon Sep 17 00:00:00 2001 From: hurali97 Date: Thu, 11 Apr 2024 08:50:56 -0700 Subject: [PATCH] Changelog: 0.71.18 (#44008) Summary: ## Changelog: Changelog: [Internal] Generated changelog Pull Request resolved: https://github.com/facebook/react-native/pull/44008 Reviewed By: christophpurrer Differential Revision: D56017161 Pulled By: dmytrorykun fbshipit-source-id: 512c576a055a17b37a1f9fd5e328a1ff5165b398 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b951ae1f1df..11fb059fb2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1752,6 +1752,16 @@ This file contains all changelogs for latest releases, from 0.70.0 onward. Pleas - Enable Address and Undefined Behavior Sanitizers on RNTester ([65e61f3c88](https://github.com/facebook/react-native/commit/65e61f3c88388d4a2ed88bcc9a2cb5ba63fd8afa) by [@Saadnajmi](https://github.com/Saadnajmi)) +## v0.71.18 + +### Fixed + +- Fix component stacks for tsx, ts, and jsx files ([631c013126](https://github.com/facebook/react-native/commit/631c01312632c5483013afef171c8cd85cb007c8) by [@hurali97](https://github.com/hurali97)) + +#### iOS specific + +- Fix flipper for Xcode 15.3 ([2944ca6554](https://github.com/facebook/react-native/commit/2944ca65544661ea22cdad5d6230cd9ea2ade5ca) by [@cipolleschi](https://github.com/cipolleschi)) + ## v0.71.17 ### Security