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 e790ced commit 80f4574Copy full SHA for 80f4574
ios/RNCSafeAreaContext.mm
@@ -84,9 +84,7 @@ - (NSDictionary *)getConstants
84
NSLog(@"RNCSafeAreaContext: cached initial window metrics to NSUserDefaults for the first time");
85
}
86
87
- constants = @{
88
- @"initialWindowMetrics" : windowMetrics
89
- };
+ constants = @{@"initialWindowMetrics" : windowMetrics};
90
});
91
92
return constants;
0 commit comments