DebugCorePackage

Package defining core framework modules (e.g. UIManager). It should be used for modules that require special integration with other framework parts (e.g. with the list of packages to load view managers from).

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
open fun createViewManager(reactContext: ReactApplicationContext, viewManagerName: String): ViewManager
Creates and returns a ViewManager with a specific name {@param viewManagerName}.
Link copied to clipboard
Link copied to clipboard
The API needed for TurboModules.
Link copied to clipboard

This is a temporary method till we implement TurboModules. Once we implement TurboModules, we will be able to directly call BaseReactPackage#getModule(String, ReactApplicationContext) This method will be removed when TurboModule implementation is complete

Link copied to clipboard
Provides a list of names of ViewManagers with which these modules can be accessed from JS.
Link copied to clipboard