Skip to content

Commit 7e49457

Browse files
authored
feat: add load method (#3537)
1 parent 9c9a2cd commit 7e49457

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apple/RNCWebView.mm

+6
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ - (void)prepareForRecycle {
6060
}
6161
#endif // !TARGET_OS_OSX
6262

63+
// Needed because of this: https://github.com/facebook/react-native/pull/37274
64+
+ (void)load
65+
{
66+
[super load];
67+
}
68+
6369
- (instancetype)initWithFrame:(CGRect)frame
6470
{
6571
if (self = [super initWithFrame:frame]) {

0 commit comments

Comments
 (0)