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. */ #import "RCTBridgeModule.h" @class RCTBundleManager; @class RCTCallableJSModules; @class RCTModuleRegistry; @class RCTViewRegist...
/* * 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 __cplusplus #import <ReactCommon/CallInvoker.h> #endif #import "RCTBridgeProxy.h" @interface RCTBridgeProxy (Cxx) #ifde...
/* * 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 "RCTBridgeModule.h" NS_ASSUME_NONNULL_BEGIN @class RCTBundleManager; @class RCTCalla...
/* * 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> @class RCTBridge; typedef NSURL *_Nullable (^RCTBridgelessBundleURLGetter)(void); typedef voi...
/* * 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 "RCTBundleManager.h" #import "RCTDefines.h" RCT_EXTERN NSString *_Nonnull const RCTBu...
/* * 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> #ifdef __cplusplus #import <ReactCommon/CallInvoker.h> #endif NS_ASSUME_NONNULL_BEGIN @inter...
/* * 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> @class RCTCallInvoker; /** * Have your module conform to this protocol to access the CallInv...
/* * 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/RCTEventDispatcherProtocol.h> NS_ASSUME_NONNULL_BEGIN /** * Generic untyped event for Components. Used internal...
/* * 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/RCTDefines.h> RCT_EXTERN NSString *const RCTPlatformName; RCT_EXTERN NSString *const RCTUserInterfaceStyleDidCha...
/* * 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 <QuartzCore/QuartzCore.h> #import <UIKit/UIKit.h> #import <React/RCTAnimationType.h> #import <React/RCTBorderCurve.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. */ #import <Foundation/Foundation.h> /** * This class provides a collection of conversion functions for mapping * JSON objects to...
/* * 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. */ #if __OBJC__ #import <Foundation/Foundation.h> #endif /** * Make global functions usable in C++ */ #if defined(__cplusplus) #d...
/* * 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> @protocol RCTBridgeModule; @class RCTModuleData; @protocol RCTDisplayLinkModuleHolder - (id<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. */ #import <Foundation/Foundation.h> @class RCTErrorInfo; /** * Provides an interface to customize React Native error messages an...
/* * 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> @class RCTJSStackFrame; /** * An ObjC wrapper for React Native errors. */ @interface RCTErr...
/* * 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> #import <React/RCTBridge.h> #import <React/RCTBridgeProxy.h> /** * The threshold at which text inputs ...
/* * 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> @class CADisplayLink; /** * Interface containing the information about the last screen refre...
/* * 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/RCTConvert.h> /** * Object containing an image URL and associated metadata. ...
/* * 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> @protocol RCTInitializing <NSObject> - (void)initialize; @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 <Foundation/Foundation.h> @protocol RCTInvalidating <NSObject> - (void)invalidate; @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 <objc/runtime.h> #import <React/RCTBridgeModule.h> #import <React/RCTInvalidating.h> typedef void (^RCTJavaScriptComple...
/* * 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> #import <React/RCTDefines.h> extern NSString *const RCTJavaScriptLoaderErrorDomain; NS_ENUM(NSInteger)...
/* * 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> @interface RCTJSStackFrame : NSObject @property (nonatomic, copy, readonly) NSString *methodN...
/* * 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 <UIKit/UIKit.h> #import <React/RCTDefines.h> /** * This constant can be returned fro...
/* * 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> @interface RCTKeyCommands : NSObject + (instancetype)sharedInstance; /** * Register a keyboard comman...
/* * 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/RCTAssert.h> #import <React/RCTDefines.h> #import <React/RCTUtils.h> @class RC...
/* * 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 __cplusplus #include <memory> #import <Foundation/Foundation.h> /** * Type erased wrapper over any cxx value that can ...
/* * 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/RCTDefines.h> /* These macros are used to stub C functions. Here's an example: * * Helpers.h * ------ * boole...
/* * 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/RCTInvalidating.h> @protocol RCTBridgeMethod; @protocol RCTBridgeModule; @clas...
/* * 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/RCTBridgeMethod.h> #import <React/RCTBridgeModule.h> #import <React/RCTNullabil...
/* * 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/RCTMultipartStreamReader.h> typedef void (^RCTMultipartDataTaskCallback)( ...
/* * 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> typedef void (^RCTMultipartCallback)(NSDictionary *headers, NSData *content, BOOL done); typed...
/* * 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> typedef NS_ENUM(NSInteger, RCTNullability) { RCTNullabilityUnspecified, RCTNullable, RCT...
/* * 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> @interface RCTParserUtils : NSObject /** * Generic utility fun...
/* * 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 "RCTPLTag.h" @interface RCTPerformanceLogger : NSObject /** * Starts measuring a met...
/* * 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/RCTDefines.h> #import "RCTPLTag.h" // Return the string label for the enum RCTPLTag for performance logging __att...
/* * 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. */ typedef NS_ENUM(NSInteger, RCTPLTag) { RCTPLScriptDownload = 0, RCTPLScriptExecution, RCTPLRAMBundleLoad, RCTPLRAMStartup...
/* * 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/RCTDefines.h> // In debug builds, the red box is enabled by default but it is further // customizable using this ...
/* * 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> /** * A protocol which should be conformed to in order to be no...
/* * 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> #ifndef RCT_REMOVE_LEGACY_ARCH #import <React/RCTInvalidating.h> #import <React/RCTRootView.h> #import ...
/* * 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> #import <React/RCTBridge.h> #import <React/RCTBridgeModule.h> #import <React/RCTEventDispatcherProtocol....
/* * 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> @class RCTRootView; @protocol RCTRootViewDelegate <NSObject> /** * Called after the root vi...
/* * 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/RCTRootView.h> #ifndef RCT_REMOVE_LEGACY_ARCH /** * The interface provides a set of functions that allow other ...
/* * 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/RCTEventDispatcherProtocol.h> /** * Represents a touch event, which may be 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. */ #import <UIKit/UIKit.h> #import <React/RCTFrameUpdate.h> @class RCTBridge; @interface RCTTouchHandler : UIGestureRecognizer -...
/* * 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. */ /** * A protocol that allows TurboModules to do lookup on other TurboModules. * Calling these methods may cause a module to be ...
/* * 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> /** * An abstract interface used by request handler modules to send * data back over the bri...
/* * 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/RCTBridgeModule.h> #import <React/RCTURLRequestDelegate.h> /** * Provides the interface needed to register a req...
/* * 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 <CoreGraphics/CoreGraphics.h> #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <React/RCTAssert.h> #imp...
/* * 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 <UIKit/UIKit.h> @interface RCTUtilsUIOverride : NSObject /** Set the global presented...
/* * 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> RCT_EXTERN NSString *const RCTVersionMajor; RCT_EXTERN NSString ...
/* * 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/RCTSurfaceProtocol.h> #import <React/RCTSurfaceStage.h> NS_ASSUME_NONNULL_BEGI...
/* * 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> #import <React/RCTSurfaceStage.h> NS_ASSUME_NONNULL_BEGIN @class RCTSurface; @protocol RCTSurfaceDele...
/* * 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/RCTSurfaceStage.h> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @class RCTSurfaceView; @protocol RCTSurfaceDe...
/* * 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/RCTShadowView.h> #import <React/RCTSurfaceRootShadowViewDelegate.h> #import <yoga/YGEnums.h> __deprecated_msg("Th...
/* * 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 @class RCTSurfaceRootShadowView; @protocol RCTSurfaceRootShadowViewDelegate <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. */ #import <UIKit/UIKit.h> #import <React/RCTView.h> NS_ASSUME_NONNULL_BEGIN /** * Internal class represents Surface's root view...
/* * 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> #import <React/RCTDefines.h> /** * The stage of the Surface */ typedef NS_OPTIONS(NSInteger, RCTSurfa...
/* * 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> #import <React/RCTSurfaceStage.h> #import <React/RCTSurfaceView.h> @class RCTSurfaceRootView; NS_ASSUM...
/* * 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 @protocol RCTSurfaceProtocol; /** * UIView instance which represents the Surf...
/* * 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> #import <React/RCTBridgeModule.h> #import <React/RCTRootView.h> #import "RCTSurfaceHostingView.h" NS_A...
/* * 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> #import <React/RCTSurfaceDelegate.h> #import <React/RCTSurfaceProtocol.h> #import <React/RCTSurfaceSizeM...
/* * 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> #import <React/RCTDefines.h> /** * Bitmask defines how size constrains from `-[UIView sizeThatFits:]` ...
/** * 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. * * @generated by an internal plugin build system */ #ifdef RN_DISABLE_OSS_PLUGIN_HEADER // FB Internal: FBCoreModulesPlugins.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. */ #import "RCTAccessibilityManager.h" #import <React/RCTDefines.h> NS_ASSUME_NONNULL_BEGIN RCT_EXTERN_C_BEGIN // Only to be use...
/* * 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/RCTBridge.h> #import <React/RCTBridgeModule.h> #import <React/RCTBridgeProxy.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. */ #import <UIKit/UIKit.h> #import <React/RCTBridge.h> @interface RCTActionSheetManager : NSObject <RCTBridgeModule> @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 <UIKit/UIKit.h> @interface RCTAlertController : UIAlertController - (void)show:(BOOL)animated completion:(void (^)(void...
/* * 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> #import <React/RCTBridgeModule.h> #import <React/RCTInvalidating.h> typedef NS_ENUM(NSInteger, RCTAlert...
/* * 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> #import <React/RCTBridgeModule.h> #import <React/RCTConvert.h> #import <React/RCTEventEmitter.h> RCT_EX...
/* * 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/RCTEventEmitter.h> @interface RCTAppState : RCTEventEmitter @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/RCTBridgeModule.h> @interface RCTClipboard : NSObject <RCTBridgeModule> @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 <UIKit/UIKit.h> #import <React/RCTBridge.h> @interface RCTDeviceInfo : NSObject <RCTBridgeModule> - (instancetype)init...
/* * 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/RCTBridgeModule.h> #import <React/RCTDevLoadingViewProtocol.h> @interface RCTDevLoadingView : NSObject <RCTDevLoa...
/* * 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> #import <React/RCTBridge.h> #import <React/RCTBridgeModule.h> #import <React/RCTBridgeProxy.h> #import <...
/* * 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/RCTBridgeModule.h> @class RCTDevMenuConfiguration; @interface RCTDevMenuConfigurationDecorator : NSObject #if 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. */ #import <React/RCTBridge.h> #import <React/RCTBridgeProxy.h> #import <React/RCTDefines.h> #import <React/RCTEventEmitter.h> #impo...
/* * 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> @interface RCTDevToolsRuntimeSettingsModule : NSObject @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 <UIKit/UIKit.h> #import <React/RCTBridge.h> #import <React/RCTEventDispatcherProtocol.h> #import <React/RCTInitializing....
/* * 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/RCTBridgeModule.h> NS_ASSUME_NONNULL_BEGIN @protocol RCTExceptionsManagerDeleg...
/* * 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> #import <React/RCTDefines.h> #if RCT_DEV @interface RCTFPSGraph : UIView @property (nonatomic, assign...
/* * 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/RCTBridgeModule.h> /** * @experimental * This is a experimental module for RTL support * This module bridges t...
/* * 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/RCTEventEmitter.h> @interface RCTKeyboardObserver : RCTEventEmitter @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 <UIKit/UIKit.h> #import "RCTLogBoxView.h" @interface RCTLogBox : NSObject #if RCT_DEV_MENU - (void)setRCTLogBoxView:(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. */ #import <React/RCTBridge.h> #import <React/RCTSurfacePresenterStub.h> #import <React/RCTSurfaceView.h> #import <UIKit/UIKit.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. */ #import <Foundation/Foundation.h> #import <React/RCTBridgeModule.h> @interface RCTPlatform : NSObject <RCTBridgeModule> @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 <UIKit/UIKit.h> #import <React/RCTBridgeModule.h> #import <React/RCTErrorCustomizer.h> @class RCTJSStackFrame; typedef...
/* * 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/RCTBridgeModule.h> @interface RCTSourceCode : NSObject <RCTBridgeModule> @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 <UIKit/UIKit.h> #import <React/RCTConvert.h> #import <React/RCTEventEmitter.h> @interface RCTConvert (UIStatusBar) + (...
/* * 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/RCTBridgeModule.h> #import <React/RCTFrameUpdate.h> #import <React/RCTInitializ...
/* * 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/RCTBridgeProxy.h> #import <React/RCTEventEmitter.h> NS_ASSUME_NONNULL_BEGIN @protocol RCTWebSocketContentHandler...
/* * 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> #include <cxxreact/JSBigString.h> namespace facebook::react { class NSDataBigString : public...
/* * 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> #import <React/RCTBridgeDelegate.h> namespace facebook::react { class JSExecutorFactory; } // namespace fac...
/* * 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 RCT_REMOVE_LEGACY_ARCH #include <jsireact/JSIExecutor.h> namespace facebook::react { /** * Creates a la...
/* * 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 <memory> #import <string> #import <Foundation/Foundation.h> #import <React/RCTJavaScriptExecutor.h> #import <cxxreact/M...
/* * 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. */ #ifndef RCT_REMOVE_LEGACY_ARCH #include <functional> #include <memory> #import <React/RCTDefines.h> #import <React/RCTJavaScrip...
/* * 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 <logger/react_native_log.h> namespace facebook::react { void RCTDefaultCxxLogFunction(ReactNativeLogLevel...
/* * 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 <glog/logging.h> #include <React/RCTLog.h> #include <cxxreact/MessageQueueThread.h> #ifndef RCT_REMOVE_LEGACY_ARCH 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 <Foundation/Foundation.h> #import <React/RCTBridgeMethod.h> #import <cxxreact/CxxModule.h> @interface RCTCxxMethod : NS...
/* * 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 <functional> #include <memory> #import <Foundation/Foundation.h> @class RCTBridge; @class RCTModuleData; namespace fa...