create View Manager
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.