Summary:
Changelog for 0.67.3

## Changelog

[Changed] - Added changelog for 0.67.3

Pull Request resolved: https://github.com/facebook/react-native/pull/33162

Test Plan: N/A

Reviewed By: cortinico

Differential Revision: D34389569

Pulled By: ShikaSD

fbshipit-source-id: 3b37c5ccb64357efd2021692976c3beed9a08933
This commit is contained in:
Andrei Shikov 2022-02-22 07:56:44 -08:00 коммит произвёл Facebook GitHub Bot
Родитель b8662f8f8a
Коммит d264f1e725
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,17 @@
# Changelog
## v0.67.3
### Fixed
#### Android specific
- Text with adjustsFontSizeToFit changes the text layout infinitely ([c1db41f060](https://github.com/facebook/react-native/commit/c1db41f060908e6ab001aaace7c20c610056f59a))
#### iOS specific
- Fix a broken input for the Korean alphabet in TextInput ([1a83dc36ce](https://github.com/facebook/react-native/commit/1a83dc36ce0af33ac7a3c311354fce4bfa5ba1a3) by [@bernard-kms](https://github.com/bernard-kms))
## v0.67.2
### Fixed