Package-level declarations
Types
Abstract class that supports lazy loading of NativeModules by default.
Base class for running JS without a UI. Generally, you only need to override getTaskConfig, which is called for every onStartCommand. The result, if not null
, is used to run a JS task.
An enum that specifies the algorithm to use when loading theJS Engine. .JSC will load JavaScriptCore first and fail if it is not available. .HERMES will load Hermes first and fail if it is not available.
Translates and routes memory pressure events.
Helper class to build NativeModuleRegistry.
Interface that represents an instance of a React Native application
Interface to subscribe for react instance events
Main interface for providing additional capabilities to the catalyst framework by couple of different means: