Summary:
fastmod --accept-all "CKComponentLayout" "RCLayout"
Changelog: [Internal]

## Changelog:

[Internal] - Renaming

Reviewed By: cuva

Differential Revision: D29228868

fbshipit-source-id: 2a5601eb7464e2cff3302781030c175e972f38bb
This commit is contained in:
Ruslan Serebriakov 2021-07-01 09:03:12 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 40a93914c6
Коммит d5676f8370
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -55,7 +55,7 @@
return component;
}
- (CKComponentLayout)computeLayoutThatFits:(CKSizeRange)constrainedSize
- (RCLayout)computeLayoutThatFits:(CKSizeRange)constrainedSize
{
// Optimistically communicating layout constraints to the `_surface`,
// just to provide layout constraints to React Native as early as possible.