Skip to content

Commit ca32bcb

Browse files
committed
fix: typo
1 parent 2057ab3 commit ca32bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCSafeAreaProvider.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ - (void)invalidateSafeAreaInsets
9191

9292
[NSNotificationCenter.defaultCenter postNotificationName:RNCSafeAreaDidChange object:self userInfo:nil];
9393

94-
// There's currently only 1 event name "change", so the _coalescingKey doesn't needs to be incremented
94+
// There's currently only 1 event name "onInsetsChange", so the _coalescingKey doesn't needs to be incremented
9595
// Increment _coalescingKey if safeAreaInsets and frame are sent as separate events
9696
RNCChangeEvent *changeEvent = [[RNCChangeEvent alloc] initWithEventName:@"onInsetsChange"
9797
reactTag:self.reactTag

0 commit comments

Comments
 (0)