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