Skip to content

Commit 1128f10

Browse files
committed
feat: add load method
1 parent c953a2b commit 1128f10

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ios/RTNAirshipMessageView.mm

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ @interface RTNAirshipMessageView()<RTNAirshipMessageWebViewWrapperDelegate>
3131
@implementation RTNAirshipMessageView
3232

3333
#ifdef RCT_NEW_ARCH_ENABLED
34+
35+
// Needed because of this: https://github.com/facebook/react-native/pull/37274
36+
+ (void)load
37+
{
38+
[super load];
39+
}
40+
3441
- (instancetype)initWithFrame:(CGRect)frame
3542
{
3643
if (self = [super initWithFrame:frame]) {

0 commit comments

Comments
 (0)