Skip to content

Commit 263ccad

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal modernize-use-using in xplat/js/react-native-github/packages/react-native/React/CoreModules [B] (facebook#52539)
Summary: Pull Request resolved: facebook#52539 Reviewed By: dtolnay Differential Revision: D78062538 fbshipit-source-id: 610505b5bfd78798b09970194f3b95aaefb08920
1 parent c2a3e44 commit 263ccad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/React/CoreModules/RCTPerfMonitor.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
static const CGFloat RCTPerfMonitorBarHeight = 50;
4040
static const CGFloat RCTPerfMonitorExpandHeight = 250;
4141

42-
typedef BOOL (*RCTJSCSetOptionType)(const char *);
42+
using RCTJSCSetOptionType = BOOL (*)(const char *);
4343

4444
NSArray<NSString *> *LabelsForRCTPerformanceLoggerTags();
4545

0 commit comments

Comments
 (0)