react-native/ReactCommon/fabric/components/switch/SwitchShadowNode.cpp

19 lines
421 B
C++

/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <fabric/components/switch/SwitchShadowNode.h>
namespace facebook {
namespace react {
ComponentName SwitchShadowNode::getComponentName() const {
return ComponentName("Switch");
}
} // namespace react
} // namespace facebook