getDelegate

Override this method and return an instance of ViewManagerDelegate if the props of the view managed by this view manager should be set via this delegate. The provided instance will then get calls to setProperty for every prop that must be updated and it's the delegate's responsibility to apply these values to the view.

By default, this methods returns a generic ViewManagerDelegate which uses to apply property updates.

Return

an instance of ViewManagerDelegate if the props of the view managed by this view manager should be set via this delegate