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 da9b6c4 commit b7577dcCopy full SHA for b7577dc
ios/RNIContextMenuButton/RNIContextMenuButtonViewManager.mm
@@ -25,7 +25,7 @@ @implementation RNIContextMenuButtonViewManager
25
#ifndef RCT_NEW_ARCH_ENABLED
26
- (UIView *)view
27
{
28
- return [[RNIContextMenuButton new] initWithBridge:self.bridge];
+ return [[RNIContextMenuButton alloc] initWithBridge:self.bridge];
29
}
30
#endif
31
ios/RNIContextMenuView/RNIContextMenuViewManager.mm
@@ -25,7 +25,7 @@ @implementation RNIContextMenuViewManager
- return [[RNIContextMenuView new] initWithBridge:self.bridge];
+ return [[RNIContextMenuView alloc] initWithBridge:self.bridge];
0 commit comments