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 3888b77 commit 54fe9d2Copy full SHA for 54fe9d2
ios/RNCSafeAreaProvider.m
@@ -105,8 +105,8 @@ - (void)layoutSubviews
105
[self invalidateSafeAreaInsets];
106
}
107
108
-RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame:(CGRect)frame)
109
-RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder:(NSCoder *)aDecoder)
+RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame : (CGRect)frame)
+RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : (NSCoder *)aDecoder)
110
111
- (void)dealloc
112
{
0 commit comments