We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b2311 commit dbd8141Copy full SHA for dbd8141
React/Base/RCTUIKit.h
@@ -395,8 +395,8 @@ CGPathRef UIBezierPathCreateCGPathRef(UIBezierPath *path);
395
396
- (void)setNeedsDisplay;
397
398
-// An override of an undocumented API that controls the layer's masksToBounds property
399
-@property (nonatomic) BOOL clipsToBounds;
+// FUTURE: When Xcode 14 is no longer supported (CI is building with Xcode 15), we can remove this override since it's now declared on NSView
+@property BOOL clipsToBounds;
400
@property (nonatomic, copy) NSColor *backgroundColor;
401
@property (nonatomic) CGAffineTransform transform;
402
0 commit comments