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.
2 parents c759b71 + 792774a commit 3888b77Copy full SHA for 3888b77
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