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.
RNIContextMenuView
1 parent 49747a4 commit 0c988b9Copy full SHA for 0c988b9
ios/RNIContextMenuView/RNIContextMenuView.mm
@@ -58,13 +58,6 @@ @interface RNIContextMenuView () <
58
@implementation RNIContextMenuView {
59
}
60
61
-// MARK: - Init
62
-// ------------
63
-
64
-- (void)initCommon {
65
- [super initCommon];
66
-}
67
68
// MARK: - RNIBaseView
69
// -------------------
70
@@ -73,8 +66,8 @@ + (Class)viewDelegateClass
73
return [RNIContextMenuViewContent class];
74
75
76
-// MARK: - Fabric
77
-// --------------
+// MARK: - Fabric-Only
+// -------------------
78
71
79
72
#if RCT_NEW_ARCH_ENABLED
80
+ (ComponentDescriptorProvider)componentDescriptorProvider
0 commit comments