Interface | Description |
---|---|
JavaScriptExecutor.Factory |
Class | Description |
---|---|
Arguments | |
CallbackImpl |
Callback impl that calls directly into the cxxbridge.
|
CatalystInstanceImpl |
This provides an implementation of the public CatalystInstance instance.
|
CatalystInstanceImpl.Builder | |
CxxModuleWrapper |
A Java Object which represents a cross-platform C++ module
|
JavaScriptExecutor | |
JSBundleLoader |
A class that stores JS bundle information and allows
CatalystInstance to load a correct
bundle through ReactBridge . |
JSCJavaScriptExecutor | |
JSCJavaScriptExecutor.Factory | |
ModuleRegistryHolder | |
NativeModuleRegistry |
A set of Java APIs to expose to a particular JavaScript instance.
|
NativeModuleRegistry.Builder | |
ProxyJavaScriptExecutor |
JavaScript executor that delegates JS calls processed by native code back to a java version
of the native executor interface.
|
ProxyJavaScriptExecutor.Factory | |
SoftAssertions |
Utility class to make assertions that should not hard-crash the app but instead be handled by the
Catalyst app
NativeModuleCallExceptionHandler . |
UiThreadUtil |
Utility for interacting with the UI thread.
|
UnpackingJSBundleLoader |
JSBundleLoader capable of unpacking specified files necessary for executing
JS bundle stored in optimized format.
|
UnpackingJSBundleLoader.Builder |