ViewManagerPropertyUpdater

Types

Link copied to clipboard
fun interface Settable

Functions

Link copied to clipboard
Link copied to clipboard
fun getNativeProps(viewManagerTopClass: Class<out ViewManager<Nothing, *>>, shadowNodeTopClass: Class<out Nothing>): Map<String, String>
Link copied to clipboard
fun <T : ViewManagerDelegate<V>, V : View> updateProps(delegate: T, view: V, props: ReactStylesDiffMap)
fun <V : View> updateProps(manager: ViewManager<V, *>, view: V, props: ReactStylesDiffMap)