Skip to content

Commit

Permalink
Remove TTRC flag may be clipped warning
Browse files Browse the repository at this point in the history
Summary:
changelog: [internal]

Removing this to decrease clutter of warnings when devs navigate to Marketplace Home.

Reviewed By: cipolleschi

Differential Revision: D41306378

fbshipit-source-id: a1b7f8ebe1f4bb00e931d609eb97a3bbd5ef9052
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Nov 16, 2022
1 parent fb37dea commit c301832
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, assign) UIEdgeInsets hitTestEdgeInsets;

/**
* Flag indicating if subview clipping is enabled for the view.
* If subview clipping is enabled, subviews that are outside of the viewport may be removed from the view hierachy.
*/
@property (nonatomic, readonly) BOOL removeClippedSubviews;

/**
* Enforcing `call super` semantic for overridden methods from `RCTComponentViewProtocol`.
* The methods update the instance variables.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ @implementation RCTViewComponentView {
NSSet<NSString *> *_Nullable _propKeysManagedByAnimated_DO_NOT_USE_THIS_IS_BROKEN;
}

@synthesize removeClippedSubviews = _removeClippedSubviews;

- (instancetype)initWithFrame:(CGRect)frame
{
if (self = [super initWithFrame:frame]) {
Expand Down

0 comments on commit c301832

Please sign in to comment.