Package-level declarations

Types

Link copied to clipboard
class BindingsInstallerHolder(mHybridData: HybridData)

A Java holder for a C++ BindingsInstallerHolder.

Link copied to clipboard

JS CallInvoker is created by CatalystInstance.cpp, but used by TurboModuleManager.cpp. Both C++ classes are instantiated at different times/places. Therefore, to pass the JS CallInvoker instance from CatalystInstance to TurboModuleManager, we make it take a trip through Java.

Link copied to clipboard

This interface represents the opaque Java object that contains a pointer to and instance of NativeMethodCallInvoker.

Link copied to clipboard
interface TurboModule

All turbo modules should inherit from this interface

Link copied to clipboard

Implements this interface if a TurboModule needs to install its own JSI bindings.