text
stringlengths
1
24.5M
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/core/graphicsConversions.h> #include <react/renderer/graphics/Float.h> namespace facebook...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropShadowNode.h> #include <react/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ namespace facebook::react { extern const char LegacyViewManagerInteropComponentName[] = "LegacyViewManagerInterop"; } // na...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropState.h> #include <react/rende...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #import <memory> namespace facebook::react { /* * State for <LegacyViewManagerInterop> component. */ class Lega...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "LegacyViewManagerInteropViewProps.h" #include <react/renderer/core/DynamicPropsUtilities.h> namespace facebook::react ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <folly/dynamic.h> #include <react/renderer/components/view/ViewProps.h> #include <react/renderer/core/PropsParserContext...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTBridgeModuleDecorator.h> #import <UIKit/UIKit.h> #include <folly/dynamic.h> ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "UnstableLegacyViewManagerAutomaticComponentDescriptor.h" #include <react/renderer/components/legacyviewmanagerinterop/U...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerAutomaticShadowNode.h> #inclu...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ namespace facebook::react { extern const char LegacyViewManagerAndroidInteropComponentName[] = "LegacyViewManagerInterop"; ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/legacyviewmanagerinterop/LegacyViewManagerInteropViewProps.h> #include <react/r...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/view/ConcreteViewShadowNode.h> #include <react/renderer/components/view/ViewPro...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ModalHostViewComponentDescriptor.h" namespace facebook::react { #ifdef ANDROID State::Shared ModalHostViewComponentDe...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <glog/logging.h> #include <react/renderer/components/modal/ModalHostViewShadowNode.h> #include <react/rend...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ModalHostViewShadowNode.h" #include <react/renderer/components/modal/ModalHostViewShadowNode.h> #include <react/render...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/FBReactNativeSpec/EventEmitters.h> #include <react/renderer/components/FBReactN...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ModalHostViewState.h" namespace facebook::react { #ifdef RN_SERIALIZABLE_STATE folly::dynamic ModalHostViewState::get...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/core/graphicsConversions.h> #include <react/renderer/graphics/Float.h> #include "ModalHost...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/graphics/Size.h> namespace facebook::react { Size ModalHostViewScreenSize(void); } // n...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/renderer/components/modal/ModalHostViewUtils.h> #include <react/renderer/graphics/Size.h> namespace facebook::re...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/renderer/components/modal/ModalHostViewUtils.h> #include <react/renderer/graphics/Size.h> namespace facebook::re...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/core/ConcreteComponentDescriptor.h> #include "AndroidProgressBarMeasurementsManager.h" #in...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "AndroidProgressBarMeasurementsManager.h" #include <fbjni/fbjni.h> #include <react/jni/ReadableNativeMap.h> #include <r...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/FBReactNativeSpec/Props.h> #include <react/renderer/core/ConcreteComponentDescr...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "AndroidProgressBarShadowNode.h" #include <react/renderer/components/progressbar/AndroidProgressBarShadowNode.h> #inclu...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/FBReactNativeSpec/EventEmitters.h> #include <react/renderer/components/FBReactN...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <folly/dynamic.h> #include <react/renderer/components/FBReactNativeSpec/Props.h> #include <react/renderer/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/renderer/components/FBReactNativeSpec/States.h> #warning \ "[DEPRECATION] `react/renderer/components/rncore/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/renderer/components/FBReactNativeSpec/EventEmitters.h> #warning \ "[DEPRECATION] `react/renderer/components/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/renderer/components/FBReactNativeSpec/Props.h> #warning \ "[DEPRECATION] `react/renderer/components/rncore/P...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/renderer/components/FBReactNativeSpec/ShadowNodes.h> #warning \ "[DEPRECATION] `react/renderer/components/rn...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/renderer/components/FBReactNativeSpec/States.h> #warning \ "[DEPRECATION] `react/renderer/components/rncore/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/root/RootShadowNode.h> #include <react/renderer/core/ConcreteComponentDescripto...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "RootProps.h" #include <react/renderer/components/view/YogaLayoutableShadowNode.h> #include <react/renderer/components/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <memory> #include <react/renderer/components/view/ViewProps.h> #include <react/renderer/core/LayoutConstr...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "RootShadowNode.h" #include <cxxreact/TraceSection.h> #include <react/renderer/components/view/conversions.h> namespac...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <memory> #include <react/renderer/components/root/RootProps.h> #include <react/renderer/components/view/C...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/renderer/components/root/RootComponentDescriptor.h> #include <react/renderer/core/PropsParserContext.h> #include ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/safeareaview/SafeAreaViewShadowNode.h> #include <react/renderer/core/ConcreteCo...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "SafeAreaViewShadowNode.h" namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) const char SafeArea...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/FBReactNativeSpec/EventEmitters.h> #include <react/renderer/components/FBReactN...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "SafeAreaViewState.h" namespace facebook::react { #ifdef ANDROID folly::dynamic SafeAreaViewState::getDynamic() const ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/graphics/RectangleEdges.h> #ifdef ANDROID #include <folly/dynamic.h> #endif namespace fa...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "BaseScrollViewProps.h" #include <react/featureflags/ReactNativeFeatureFlags.h> #include <react/renderer/components/scr...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/scrollview/primitives.h> #include <react/renderer/components/view/ViewProps.h> ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <folly/dynamic.h> #include <react/renderer/components/scrollview/primitives.h> #include <react/renderer/co...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <optional> #include <tuple> namespace facebook::react { enum class ScrollViewSnapToAlignment { Start, Ce...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <React/RCTDefines.h> #import <React/RCTLog.h> NS_ASSUME_NONNULL_BEGIN @protocol RCTSc...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ScrollEvent.h" namespace facebook::react { jsi::Value ScrollEvent::asJSIValue(jsi::Runtime& runtime) const { auto p...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <folly/dynamic.h> #include <react/renderer/core/EventPayload.h> #include <react/renderer/debug/DebugString...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/scrollview/ScrollViewShadowNode.h> #include <react/renderer/core/ConcreteCompon...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ScrollViewEventEmitter.h" namespace facebook::react { void ScrollViewEventEmitter::onScroll(const ScrollEvent& scroll...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <memory> #include <folly/dynamic.h> #include <react/renderer/components/scrollview/ScrollEvent.h> #includ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/scrollview/HostPlatformScrollViewProps.h> namespace facebook::react { using Sc...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ScrollViewShadowNode.h" #include <react/debug/react_native_assert.h> #include <react/renderer/core/LayoutMetrics.h> n...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/scrollview/ScrollViewEventEmitter.h> #include <react/renderer/components/scroll...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ScrollViewState.h" namespace facebook::react { ScrollViewState::ScrollViewState( Point contentOffset, Rect co...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/graphics/Float.h> #include <react/renderer/graphics/Point.h> #include <react/renderer/grap...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/scrollview/AndroidHorizontalScrollContentViewShadowNode.h> #include <react/rend...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/renderer/components/scrollview/AndroidHorizontalScrollContentViewShadowNode.h> namespace facebook::react { cons...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/scrollview/ScrollViewEventEmitter.h> #include <react/renderer/components/scroll...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "HostPlatformScrollViewProps.h" #include <react/featureflags/ReactNativeFeatureFlags.h> #include <react/renderer/compon...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/scrollview/BaseScrollViewProps.h> #include <react/renderer/components/scrollvie...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/scrollview/BaseScrollViewProps.h> namespace facebook::react { using HostPlatfo...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <memory> #include <gtest/gtest.h> TEST(ScrollViewTest, testSomething) { // TODO }
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "AndroidSwitchMeasurementsManager.h" #include "AndroidSwitchShadowNode.h" #include <react/renderer/core/C...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "AndroidSwitchMeasurementsManager.h" #include <fbjni/fbjni.h> #include <react/jni/ReadableNativeMap.h> #include <react/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/core/ConcreteComponentDescriptor.h> #include <react/renderer/core/LayoutConstraints.h> #in...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "AndroidSwitchShadowNode.h" namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "AndroidSwitchMeasurementsManager.h" #include <react/renderer/components/FBReactNativeSpec/EventEmitters....
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "AppleSwitchShadowNode.h" #include <react/renderer/core/ConcreteComponentDescriptor.h> namespace faceboo...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/FBReactNativeSpec/EventEmitters.h> #include <react/renderer/components/FBReactN...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "BaseParagraphProps.h" #include <react/featureflags/ReactNativeFeatureFlags.h> #include <react/renderer/attributedstrin...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <limits> #include <memory> #include <react/renderer/attributedstring/ParagraphAttributes.h> #include <rea...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "BaseTextProps.h" #include <react/featureflags/ReactNativeFeatureFlags.h> #include <react/renderer/attributedstring/con...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/attributedstring/TextAttributes.h> #include <react/renderer/core/Props.h> #include <react/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "BaseTextShadowNode.h" #include <react/renderer/components/text/RawTextProps.h> #include <react/renderer/components/tex...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/attributedstring/AttributedString.h> #include <react/renderer/attributedstring/TextAttribu...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ParagraphComponentDescriptor.h" namespace facebook::react { extern const char TextLayoutManagerKey[] = "TextLayoutMan...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/text/ParagraphShadowNode.h> #include <react/renderer/core/ConcreteComponentDesc...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ParagraphEventEmitter.h" namespace facebook::react { static jsi::Value linesMeasurementsPayload( jsi::Runtime& ru...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/view/ViewEventEmitter.h> #include <react/renderer/textlayoutmanager/TextMeasure...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/text/HostPlatformParagraphProps.h> namespace facebook::react { /* * Props of...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ParagraphShadowNode.h" #include <cmath> #include <react/debug/react_native_assert.h> #include <react/featureflags/Rea...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/text/BaseTextShadowNode.h> #include <react/renderer/components/text/ParagraphEv...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/text/RawTextShadowNode.h> #include <react/renderer/core/ConcreteComponentDescri...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "RawTextProps.h" #include <react/renderer/core/propsConversions.h> #include <react/renderer/debug/debugStringConvertibl...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <memory> #include <react/renderer/core/Props.h> #include <react/renderer/core/PropsParserContext.h> #incl...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "RawTextShadowNode.h" namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char RawTex...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/text/RawTextProps.h> #include <react/renderer/core/ConcreteShadowNode.h> names...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <folly/dynamic.h> #include <react/renderer/attributedstring/conversions.h> #include <react/renderer/compon...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/text/TextShadowNode.h> #include <react/renderer/core/ConcreteComponentDescripto...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "TextProps.h" namespace facebook::react { TextProps::TextProps( const PropsParserContext& context, const TextP...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/attributedstring/TextAttributes.h> #include <react/renderer/components/text/BaseTextProps....
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "TextShadowNode.h" namespace facebook::react { extern const char TextComponentName[] = "Text"; } // namespace faceboo...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <limits> #include <react/renderer/components/text/BaseTextShadowNode.h> #include <react/renderer/componen...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/components/text/primitives.h> #include <react/renderer/core/PropsParserContext.h> #include...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "HostPlatformParagraphProps.h" #include <react/featureflags/ReactNativeFeatureFlags.h> #include <react/renderer/attribu...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <limits> #include <memory> #include <optional> #include <react/renderer/components/text/BaseParagraphProp...