Companion
object Companion
Properties
Functions
Link copied to clipboard
fun create(id: Long, component: Component, commonDynamicProps: SparseArray<DynamicValue<Any?>>?, context: ComponentContext, nodeInfo: NodeInfo?, flags: Int, importantForAccessibility: Int, updateState: Int, debugKey: String?): MountSpecLithoRenderUnit
Link copied to clipboard
Link copied to clipboard
fun shouldUpdateMountItem(current: MountSpecLithoRenderUnit, next: MountSpecLithoRenderUnit, currentData: Any?, nextData: Any?): Boolean