updateProperties

open fun updateProperties(@NonNull viewToUpdate: T, props: ReactStylesDiffMap)

For the vast majority of ViewManagers, you will not need to override this. Only override this if you really know what you're doing and have a very unique use-case.

Parameters

viewToUpdate

T View instance that will be updated with the props received by parameter.

props

ReactStylesDiffMap props to update the view with