From d5676f83705275b8a109c361e6dde8be5ea5c98b Mon Sep 17 00:00:00 2001 From: Ruslan Serebriakov Date: Thu, 1 Jul 2021 09:03:12 -0700 Subject: [PATCH] CKComponentLayout Summary: fastmod --accept-all "CKComponentLayout" "RCLayout" Changelog: [Internal] ## Changelog: [Internal] - Renaming Reviewed By: cuva Differential Revision: D29228868 fbshipit-source-id: 2a5601eb7464e2cff3302781030c175e972f38bb --- Libraries/SurfaceHostingComponent/RCTSurfaceHostingComponent.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SurfaceHostingComponent/RCTSurfaceHostingComponent.mm b/Libraries/SurfaceHostingComponent/RCTSurfaceHostingComponent.mm index 95e30e0446..de1910c8b7 100644 --- a/Libraries/SurfaceHostingComponent/RCTSurfaceHostingComponent.mm +++ b/Libraries/SurfaceHostingComponent/RCTSurfaceHostingComponent.mm @@ -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.