Fix CQS signal modernize-use-using in xplat/js/react-native-github/packages/react-native/React/CoreModules [B]

Reviewed By: dtolnay

Differential Revision: D78062538
This commit is contained in:
CodemodService Bot
2025-07-10 09:54:07 -07:00
committed by Facebook GitHub Bot
parent 4d1f1a4e29
commit 0e032fcc26
@@ -39,7 +39,7 @@ static NSString *const RCTPerfMonitorCellIdentifier = @"RCTPerfMonitorCellIdenti
static const CGFloat RCTPerfMonitorBarHeight = 50;
static const CGFloat RCTPerfMonitorExpandHeight = 250;
typedef BOOL (*RCTJSCSetOptionType)(const char *);
using RCTJSCSetOptionType = BOOL (*)(const char *);
NSArray<NSString *> *LabelsForRCTPerformanceLoggerTags();