Base View Manager Delegate
abstract class BaseViewManagerDelegate<T : View, U : BaseViewManager<T, out LayoutShadowNode>>(mViewManager: U) : ViewManagerDelegate<T>
This is a base implementation of ViewManagerDelegate which supports setting properties that every view should support, such as rotation, background color, etc.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Executes a command from JS to the view
Link copied to clipboard
Sets a property on a view managed by this view manager.