ModalHostViewShadowNode.cpp 478 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) Facebook, Inc. and its affiliates.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. */
  7. #include "ModalHostViewShadowNode.h"
  8. #include <react/components/modal/ModalHostViewShadowNode.h>
  9. #include <react/core/LayoutContext.h>
  10. namespace facebook {
  11. namespace react {
  12. extern const char ModalHostViewComponentName[] = "ModalHostView";
  13. } // namespace react
  14. } // namespace facebook