xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/core/tests/TestComponent.h

Reviewed By: rshest

Differential Revision: D82801628
This commit is contained in:
Devmate Bot
2025-09-22 02:37:26 -07:00
committed by Facebook GitHub Bot
parent 5ef054921c
commit 71dc533861
@@ -37,7 +37,7 @@ struct TestState {
#endif
};
// NOLINTNEXTLINE(modernize-avoid-c-arrays)
// NOLINTNEXTLINE(modernize-avoid-c-arrays,facebook-hte-CArray)
static const char TestComponentName[] = "Test";
class TestProps : public ViewProps {