From c05a2c56e2df25a0bc6c75cd494d7e47834a3dc9 Mon Sep 17 00:00:00 2001 From: Andrei Shikov Date: Mon, 21 Mar 2022 10:28:07 -0700 Subject: [PATCH] Changelog for v0.67.4 (#33447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Changelog for 0.67.4 ## Changelog [Internal][Added] - Changes for 0.67.4 Pull Request resolved: https://github.com/facebook/react-native/pull/33447 Test Plan: 👀 Reviewed By: ShikaSD Differential Revision: D35008687 Pulled By: cortinico fbshipit-source-id: 11a59a01b3935b72c4030907cbcf570fe61acf98 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592ac10fedc..70a3eaebcb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.67.4 + +### Fixed + +#### Android specific + +- Added a null check to native.value in Switch to fix https://github.com/facebook/react-native/issues/32594 ([8d50bf1133](https://github.com/facebook/react-native/commit/8d50bf113352a6ccdf74c979e1022c6c2ccf6e56) by [@jonathanmos](https://github.com/jonathanmos)) + ## v0.67.3 ### Fixed