Skip to content

Commit

Permalink
Update ios/RNCSafeAreaProvider.m
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Parker <jacobparker1992@gmail.com>
  • Loading branch information
Gregoirevda and jacobp100 authored Feb 26, 2025
1 parent 0143064 commit 792774a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/RNCSafeAreaProvider.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ - (void)layoutSubviews
[self invalidateSafeAreaInsets];
}

RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame : (CGRect)frame)
RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : (NSCoder *)aDecoder)
RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame:(CGRect)frame)
RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder:(NSCoder *)aDecoder)

- (void)dealloc
{
Expand Down

0 comments on commit 792774a

Please # to comment.