Skip to content

Commit 9bb53c0

Browse files
generatedunixname537391475639613facebook-github-bot
authored andcommitted
xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/components/switch/androidswitch/react/renderer/components/androidswitch/AndroidSwitchShadowNode.cpp (#53126)
Summary: Pull Request resolved: #53126 Reviewed By: rshest Differential Revision: D79710434 fbshipit-source-id: da72999b76c0eff73eb62ef47dcf5ec0ed6c9e09
1 parent f67078d commit 9bb53c0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react-native/ReactCommon/react/renderer/components/switch/androidswitch/react/renderer/components/androidswitch/AndroidSwitchShadowNode.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace facebook::react {
1111

12+
// NOLINTNEXTLINE(modernize-avoid-c-arrays)
1213
extern const char AndroidSwitchComponentName[] = "AndroidSwitch";
1314

1415
void AndroidSwitchShadowNode::setAndroidSwitchMeasurementsManager(

packages/react-native/ReactCommon/react/renderer/components/switch/androidswitch/react/renderer/components/androidswitch/AndroidSwitchShadowNode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
namespace facebook::react {
1717

18+
// NOLINTNEXTLINE(modernize-avoid-c-arrays)
1819
extern const char AndroidSwitchComponentName[];
1920

2021
/*

0 commit comments

Comments
 (0)