Skip to content

Commit 3888b77

Browse files
committed
Merge branch 'main' of github.com:Gregoirevda/react-native-safe-area-context
2 parents c759b71 + 792774a commit 3888b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNCSafeAreaProvider.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ - (void)layoutSubviews
105105
[self invalidateSafeAreaInsets];
106106
}
107107

108-
RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame : (CGRect)frame)
109-
RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : (NSCoder *)aDecoder)
108+
RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame:(CGRect)frame)
109+
RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder:(NSCoder *)aDecoder)
110110

111111
- (void)dealloc
112112
{

0 commit comments

Comments
 (0)