Changelog for v0.67.4 (#33447)

Summary:
Changelog for 0.67.4

## Changelog

[Internal][Added] - Changes for 0.67.4

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

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
This commit is contained in:
Andrei Shikov
2022-03-21 10:28:07 -07:00
committed by Facebook GitHub Bot
parent 5c92471b52
commit c05a2c56e2
+8
View File
@@ -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