ViewManagerOnDemandReactPackage

Functions

Link copied to clipboard
abstract fun createViewManager(reactContext: ReactApplicationContext, viewManagerName: String): ViewManager<in Nothing, in Nothing>?

Creates and returns a ViewManager with a specific name {@param viewManagerName}. It's up to an implementing package how to interpret the name.

Link copied to clipboard

Provides a list of names of ViewManagers with which these modules can be accessed from JS. Typically, this is ViewManager.getName().