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 e8b8d93 commit 393fcc8Copy full SHA for 393fcc8
ios/RNCSafeAreaProvider.m
@@ -23,10 +23,9 @@ - (instancetype)initWithEventDispatcher:(id<RCTEventDispatcherProtocol>)eventDis
23
RCTAssertParam(eventDispatcher);
24
25
if ((self = [super initWithFrame:CGRectZero])) {
26
-#if !TARGET_OS_TV && !TARGET_OS_OSX
27
-
28
_eventDispatcher = eventDispatcher;
29
+#if !TARGET_OS_TV && !TARGET_OS_OSX
30
[NSNotificationCenter.defaultCenter addObserver:self
31
selector:@selector(invalidateSafeAreaInsets)
32
name:UIKeyboardDidShowNotification
0 commit comments