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 8998da2 commit c03f84fCopy full SHA for c03f84f
ios/RNCPickerComponentView.mm
@@ -29,6 +29,12 @@ + (ComponentDescriptorProvider)componentDescriptorProvider
29
return concreteComponentDescriptorProvider<RNCPickerComponentDescriptor>();
30
}
31
32
+// Needed because of this: https://github.com/facebook/react-native/pull/37274
33
++ (void)load
34
+{
35
+ [super load];
36
+}
37
+
38
- (instancetype)initWithFrame:(CGRect)frame
39
{
40
if (self = [super initWithFrame:frame]) {
0 commit comments