diff --git a/React/Fabric/Mounting/ComponentViews/InteropView/RCTLegacyViewManagerInteropComponentView.mm b/React/Fabric/Mounting/ComponentViews/InteropView/RCTLegacyViewManagerInteropComponentView.mm index da115da84b..5a21e2a00e 100644 --- a/React/Fabric/Mounting/ComponentViews/InteropView/RCTLegacyViewManagerInteropComponentView.mm +++ b/React/Fabric/Mounting/ComponentViews/InteropView/RCTLegacyViewManagerInteropComponentView.mm @@ -32,7 +32,8 @@ using namespace facebook::react; + (BOOL)isSupported:(NSString *)componentName { - static NSSet *supportedComponents = [NSSet setWithObjects:@"Picker", @"DatePicker", @"ProgressView", nil]; + static NSSet *supportedComponents = + [NSSet setWithObjects:@"Picker", @"DatePicker", @"ProgressView", @"SegmentedControl", nil]; return [supportedComponents containsObject:componentName]; }