ViewManagerResolver

Enables lazy discovery of a specific ViewManager by its name.

Functions

Link copied to clipboard
abstract fun getViewManager(viewManagerName: String): ViewManager<*, *>?

UIManagerModule class uses this method to get a ViewManager by its name. This is the same name that comes from JS by UIManager.ViewManagerName call.

Link copied to clipboard

Provides a list of view manager names to register in JS as UIManager.ViewManagerName