This commit is contained in:
diegolmello 2019-07-31 17:37:36 -03:00
parent 25ad4f8438
commit 54a5e641dc
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/node_modules/react-native/React/Modules/RCTRedBox.m b/node_modules/react-native/React/Modules/RCTRedBox.m
index 7ed4900..bb85402 100644
--- a/node_modules/react-native/React/Modules/RCTRedBox.m
+++ b/node_modules/react-native/React/Modules/RCTRedBox.m
@@ -161,7 +161,7 @@ - (instancetype)initWithFrame:(CGRect)frame
- (NSInteger)bottomSafeViewHeight
{
if (@available(iOS 11.0, *)) {
- return [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
+ return RCTSharedApplication().delegate.window.safeAreaInsets.bottom;
} else {
return 0;
}