Skip to content

Commit e1f6a19

Browse files
generatedunixname537391475639613facebook-github-bot
authored andcommitted
xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/components/view/ViewShadowNode.cpp (#52956)
Summary: Pull Request resolved: #52956 Reviewed By: rshest Differential Revision: D79335606 fbshipit-source-id: c6aca07f135aab62e0dbda352d4bdc4e81bdc59e
1 parent f70c39d commit e1f6a19

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react-native/ReactCommon/react/renderer/components/view/ViewShadowNode.cpp

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

1212
namespace facebook::react {
1313

14+
// NOLINTNEXTLINE(facebook-hte-CArray,modernize-avoid-c-arrays)
1415
const char ViewComponentName[] = "View";
1516

1617
ViewShadowNodeProps::ViewShadowNodeProps(

packages/react-native/ReactCommon/react/renderer/components/view/ViewShadowNode.h

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

1313
namespace facebook::react {
1414

15+
// NOLINTNEXTLINE(modernize-avoid-c-arrays)
1516
extern const char ViewComponentName[];
1617

1718
/**

0 commit comments

Comments
 (0)