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 2057ab3 commit ca32bcbCopy full SHA for ca32bcb
ios/RNCSafeAreaProvider.m
@@ -91,7 +91,7 @@ - (void)invalidateSafeAreaInsets
91
92
[NSNotificationCenter.defaultCenter postNotificationName:RNCSafeAreaDidChange object:self userInfo:nil];
93
94
- // There's currently only 1 event name "change", so the _coalescingKey doesn't needs to be incremented
+ // There's currently only 1 event name "onInsetsChange", so the _coalescingKey doesn't needs to be incremented
95
// Increment _coalescingKey if safeAreaInsets and frame are sent as separate events
96
RNCChangeEvent *changeEvent = [[RNCChangeEvent alloc] initWithEventName:@"onInsetsChange"
97
reactTag:self.reactTag
0 commit comments