File tree Expand file tree Collapse file tree
packages/react-native/React/Fabric/Mounting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88#import < UIKit/UIKit.h>
99
10+ #import < React/RCTFabricSurface.h>
1011#import < React/RCTMountingManagerDelegate.h>
1112#import < React/RCTPrimitives.h>
12- #import < React/RCTFabricSurface.h>
1313#import < react/renderer/core/ComponentDescriptor.h>
1414#import < react/renderer/core/RawProps.h>
1515#import < react/renderer/core/ReactPrimitives.h>
@@ -71,7 +71,9 @@ NS_ASSUME_NONNULL_BEGIN
7171 changedProps : (folly::dynamic)props
7272 componentDescriptor : (const facebook::react::ComponentDescriptor &)componentDescriptor ;
7373
74- - (void )measureAsyncOnUI : (ReactTag)reactTag rootView : (UIView*)rootView callback : (const std::function<void (folly::dynamic)> &)callback ;
74+ - (void )measureAsyncOnUI : (ReactTag)reactTag
75+ rootView : (UIView *)rootView
76+ callback : (const std::function<void(folly::dynamic)> &)callback ;
7577@end
7678
7779NS_ASSUME_NONNULL_END
You can’t perform that action at this time.
0 commit comments