getViewManager

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.