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 <cassert> #include <cstdint> #include <yoga/numeric/FloatOptional.h> #include <yoga/style/SmallValueBuffe...
/* * 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 "AppStateModule.h" namespace facebook::react { AppStateConstants AppStateModule::getConstants(jsi::Runtime& /*rt*/) { ...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <memory> #include <string> 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 "DeviceInfoModule.h" namespace facebook::react { DeviceInfoConstants DeviceInfoModule::getConstants(jsi::Runtime& /*rt...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <optional> namespace facebook::react { using Display...
/* * 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 "PlatformConstantsModule.h" namespace facebook::react { PlatformConstantsAndroid PlatformConstantsModule::getConstants...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <optional> namespace facebook::react { using ReactNa...
/* * 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 "DevLoadingViewModule.h" namespace facebook::react { const int32_t DEFAULT_TEXT_COLOR = 0xFFFFFFFF; const int32_t DEFA...
/* * 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 "IDevUIDelegate.h" #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <jsi/jsi.h> #include <opt...
/* * 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 "DevServerHelper.h" #include <fmt/format.h> #include <glog/logging.h> #include <jsinspector-modern/InspectorFlags.h> #i...
/* * 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/http/IHttpClient.h> #include <react/nativemodule/JavaScriptModule.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 "DevSettingsModule.h" #include <glog/logging.h> namespace facebook::react { void DevSettingsModule::reload(jsi::Runti...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/devsupport/DevServerHelper.h> #include <memory>...
/* * 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/Color.h> #include <functional> #include <string> namespace facebook::react { st...
/* * 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 "LogBoxModule.h" #include <glog/logging.h> namespace facebook::react { LogBoxModule::LogBoxModule( std::shared_pt...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/renderer/scheduler/SurfaceDelegate.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. */ #include "PackagerConnection.h" #include <glog/logging.h> #include <nlohmann/json.hpp> #include <utility> namespace facebook::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/http/IWebSocketClient.h> #include <functional> #include <memory> #include <string> namespace faceb...
/* * 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 "SourceCodeModule.h" #include <react/devsupport/DevServerHelper.h> #include <string> namespace facebook::react { Sour...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <memory> #include <string> 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 "Inspector.h" #include "InspectorPackagerConnectionDelegate.h" #include <glog/logging.h> #include <utility> namespace ...
/* * 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 "InspectorThread.h" #include <jsinspector-modern/HostTarget.h> #include <jsinspector-modern/InspectorPack...
/* * 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 "InspectorPackagerConnectionDelegate.h" #include <chrono> #include <utility> namespace facebook::react { InspectorPac...
/* * 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 "InspectorThread.h" #include <jsinspector-modern/InspectorPackagerConnection.h> #include <react/http/IWeb...
/* * 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/threading/TaskDispatchThread.h> #include <chrono> namespace facebook::react { class InspectorThre...
/* * 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 { // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char HttpClientFactoryKey[] = "HttpClientFa...
/* * 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/io/IOBuf.h> #include <functional> #include <memory> #include <optional> #include <string> #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. */ namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char WebSocketClientFactoryKey[] = "WebSock...
/* * 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 <functional> #include <memory> #include <string> namespace facebook::react { class IWebSocketClient { 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 "WebSocketClient.h" #include <boost/beast/core.hpp> #include <boost/beast/websocket.hpp> #include <folly/Synchronized.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 <react/http/IWebSocketClient.h> #include <memory> #include <string> #include <thread> 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 <functional> #include <string> namespace facebook::react { using IImageLoaderOnLoadCallback = std::funct...
/* * 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 "ImageLoaderModule.h" #include "IImageLoader.h" namespace facebook::react { jsi::Object ImageLoaderModule::getConstant...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/bridging/Promise.h> #include <memory> #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 "NetworkingModule.h" #include <react/debug/react_native_assert.h> namespace facebook::react { // The requests abstrac...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/http/IHttpClient.h> #include <memory> #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 "ResourceLoader.h" #include <cxxreact/JSBigString.h> #include <glog/logging.h> namespace facebook::react { /* static *...
/* * 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 <filesystem> #include <string> namespace facebook::react { class JSBigString; class ResourceLoader { 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 "WebSocketModule.h" #include <glog/logging.h> namespace facebook::react { WebSocketModule::WebSocketModule( std::...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/http/IWebSocketClient.h> #include <memory> #inc...
/* * 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 "AssetManagerHelpers.h" #include <android/asset_manager_jni.h> #include <react/jni/JniHelper.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 <android/asset_manager.h> #include <fbjni/Context.h> #include <fbjni/fbjni.h> #include <string> namespace...
/* * 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 "ResourceLoader.h" #include "AssetManagerHelpers.h" #include <android/asset_manager.h> #include <android/asset_manager_...
/* * 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 <cxxreact/JSBigString.h> #include <react/io/ResourceLoader.h> #include <cassert> namespace facebook::react { bool Res...
/* * 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. */ #ifdef _WIN32 #include <folly/portability/Unistd.h> #include <folly/portability/Windows.h> #endif #include <ReactCommon/TestCall...
/* * 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 "JniHelper.h" #include <fbjni/Context.h> #include <fbjni/fbjni.h> namespace facebook::react { jobject getApplication(...
/* * 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 <fbjni/Context.h> #include <fbjni/fbjni.h> namespace facebook::react { jobject getApplication(JNIEnv *en...
/* * 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 "DefaultLogger.h" #include <glog/logging.h> #include <logger/react_native_log.h> #include <string> 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 <functional> #include <string> namespace facebook::react { using Logger = std::function<void(const std::...
/* * 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 <jserrorhandler/JsErrorHandler.h> namespace facebook::react { static inline Js...
/* * 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 "LogOnce.h" #include <glog/logging.h> #include <unordered_set> namespace facebook::react { LogOnceWrapper::~LogOnceW...
/* * 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 <sstream> #define LOG_INFO_ONCE LogOnceWrapper(LogOnceWrapper::Severity::Info)...
/* * 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 "NativeExceptionsManager.h" #include <utility> namespace facebook::react { void NativeExceptionsManager::reportFatalE...
/* * 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 <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <jserrorhandler/JsErrorHandler.h> #include <react/brid...
/* * 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 <functional> #include <string> namespace facebook::react { using JavaScriptMo...
/* * 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 <functional> #include <memory> #include <string> #include <vector> namespace facebook::react { class Cal...
/* * 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 "FrameStats.h" #include "TimeSeries.h" #include <iomanip> #include <glog/logging.h> namespace facebook::react { stat...
/* * 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 <chrono> #include "perfetto.h" #define RENDER_FRAME_EVENT() \ TRACE_EVENT("rncxx", "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. */ #include <react/profiling/perfetto.h> #if WITH_PERFETTO #include <mutex> void initializePerfetto() { static std::once_flag s_...
/* * 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/profiling/tracy_noop.h> #include <cstdint> #ifndef WITH_PERFETTO #define WITH_PERFETTO 0 #endif ...
/* * 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 "RuntimeHeapInfoCollector.h" #include <fmt/format.h> #include <glog/logging.h> #include <jsi/instrumentation.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 <jsi/jsi.h> #include <chrono> #include <iostream> #include <memory> namespace facebook::react { struct 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 "TimeSeries.h" #include <algorithm> #include <numeric> namespace facebook::react { TimeSeries::TimeSeries(int capacit...
/* * 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 <ostream> #include <vector> namespace facebook::react { class TimeSeries { // A "compound range" struc...
/* * 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 "tracy_noop.h" #if RNCXX_WITH_PROFILING_PROVIDER HZT_DEFINE_STATIC_STORAGE(facebook::react); #endif
/* * 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 #ifndef RNCXX_WITH_PROFILING_PROVIDER #define RNCXX_WITH_PROFILING_PROVIDER 0 #endif #if RNCXX_WITH_PROFILING_PROV...
/* * 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 <gtest/gtest.h> #include <react/profiling/TimeSeries.h> namespace facebook::react { class TimeSeriesTests : public te...
/* * 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 "SchedulerDelegateImpl.h" namespace facebook::react { SchedulerDelegateImpl::SchedulerDelegateImpl( std::shared_pt...
/* * 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/scheduler/SchedulerDelegate.h> #include <react/renderer/uimanager/IMountingManager.h> nam...
/* * 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 <string> namespace facebook::react { /** * Interface for handling a surface in React Native. Each platfo...
/* * 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/componentregistry/ComponentDescriptorFactory.h> #include <react/renderer/core/ComponentDes...
/* * 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 "ReactHost.h" #include <ReactCommon/TurboModuleBinding.h> #include <cxxreact/JSBigString.h> #include <folly/system/Thre...
/* * 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 "ReactInstanceConfig.h" #include <ReactCommon/CallInvoker.h> #include <ReactCommon/TurboModule.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/debug/flags.h> #include <string> namespace facebook::react { struct ReactInstanceConfig { std::...
/* * 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 "PlatformTimerRegistryImpl.h" #include <glog/logging.h> #include <chrono> namespace facebook::react { PlatformTimerRe...
/* * 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/runtime/PlatformTimerRegistry.h> #include <react/runtime/TimerManager.h> #include <react/threading/...
/* * 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 "MessageQueueThreadImpl.h" #include <functional> namespace facebook::react { void MessageQueueThreadImpl::runOnQueue(...
/* * 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 <cxxreact/MessageQueueThread.h> #include <react/threading/TaskDispatchThread.h> #include <memory> namespa...
/* * 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 "TaskDispatchThread.h" #include <folly/portability/SysResource.h> #include <folly/system/ThreadName.h> #include <chrono...
/* * 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 <chrono> #include <condition_variable> #include <functional> #include <future> #include <mutex> #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 <gtest/gtest.h> #include <react/threading/TaskDispatchThread.h> #include <atomic> #include <chrono> #include <thread> 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/utils/RunLoopObserver.h> #include <functional> #include <utility> namespace facebook::react { cla...
/* * 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 "RunLoopObserverManager.h" #include <react/debug/react_native_assert.h> namespace facebook::react { /* * Event beat ...
/* * 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 "PlatformRunLoopObserver.h" #include <react/renderer/core/EventBeat.h> #include <react/renderer/runtimesc...
/* * 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. */ #ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern...
/* * 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. */ #ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GenerateModuleJniCpp.js */ #include "ReactPopupMenuA...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GenerateModuleJniH.js */ #pragma once #include <Rea...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GenerateComponentDescriptorH.js */ #pragma once #in...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GenerateEventEmitterCpp.js */ #include "EventEmitter...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GenerateEventEmitterH.js */ #pragma once #include <r...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GeneratePropsCpp.js */ #include "Props.h" #include <...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GeneratePropsH.js */ #pragma once #include <react/re...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GenerateShadowNodeCpp.js */ #include "ShadowNodes.h"...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GenerateShadowNodeH.js */ #pragma once #include "Ev...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GenerateStateCpp.js */ #include "States.h" namespace...
/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost * once the code is regenerated. * * @generated by codegen project: GenerateStateH.js */ #pragma once #ifdef RN_SERIALIZA...
/* * 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 <DefaultComponentsRegistry.h> #include <DefaultTurboModuleManagerDelegate.h> #include <FBReactNativeSpec.h> #include <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. */ #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface InteropTestView : UIView @end NS_ASSUME_NONNULL_END
/* * 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 <React/RCTViewManager.h> NS_ASSUME_NONNULL_BEGIN @interface InteropTestViewManager : RCTViewManager @end NS_ASSUME_NONN...