React Host Delegate
ReactHostDelegate is an interface that defines parameters required to initialize React Native. This interface works in combination with ReactHost
Inheritors
Properties
Object that holds a native C++ references that allow host applications to install C++ objects into jsi::Runtime during the initialization of React Native
Bundle loader to use when setting up JS environment.
Example: JSBundleLoader.createFileLoader(application, bundleFile)
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
Object that holds a native reference to the javascript engine
list of ReactPackage to expose Native Modules and View Components to JS
TODO: combine getTurboModuleManagerDelegate inside ReactPackage