Default React Host Delegate
A utility class that allows you to simplify the initialization of React Native by setting up a ReactHostDelegate that uses recommended dependencies.
Parameters
Path to your app's main module on Metro. This is used when reloading JS during development. All paths are relative to the root folder the packager is serving files from. Examples: index.android
or subdirectory/index.android
Bundle loader to use when setting up JS environment.
Example: JSBundleLoader.createFileLoader(application, bundleFile)
list of reactPackages to expose Native Modules and View Components to JS
Object that holds a native reference to the JS Runtime factory
Object that holds a native C++ references that allow host applications to install C++ objects into jsi::Runtime during the initialization of React Native
Callback that can be used by React Native host applications to react to exceptions thrown by the internals of React Native.
Constructors
Properties
TODO: combine getTurboModuleManagerDelegate inside ReactPackage