Package-level declarations
Types
Link copied to clipboard
A Java holder for a C++ BindingsInstallerHolder.
Link copied to clipboard
interface CallInvokerHolder
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
interface NativeMethodCallInvokerHolder
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
interface TurboModuleWithJSIBindings
Implements this interface if a TurboModule needs to install its own JSI bindings.