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 4b58b31 commit abb1e36Copy full SHA for abb1e36
ios/RNSFullWindowOverlay.mm
@@ -17,12 +17,6 @@
17
18
@implementation RNSFullWindowOverlayContainer
19
20
-// Needed because of this: https://github.com/facebook/react-native/pull/37274
21
-+ (void)load
22
-{
23
- [super load];
24
-}
25
-
26
- (instancetype)initWithFrame:(CGRect)frame
27
{
28
if (self = [super initWithFrame:frame]) {
@@ -86,6 +80,12 @@ @implementation RNSFullWindowOverlay {
86
80
#endif // RCT_NEW_ARCH_ENABLED
87
81
}
88
82
83
+// Needed because of this: https://github.com/facebook/react-native/pull/37274
84
++ (void)load
85
+{
+ [super load];
+}
+
89
#ifdef RCT_NEW_ARCH_ENABLED
90
- (instancetype)init
91
0 commit comments