manage
  open fun manageChildren(tag: Int, @Nullable indicesToRemove: Array<Int>, @Nullable viewsToAdd: Array<ViewAtIndex>, @Nullable tagsToDelete: Array<Int>)
Parameters
tag
react tag of the node we want to manage
indices
ordered (asc) list of indices at which view should be removed
views
ordered (asc based on mIndex property) list of tag-index pairs that represent a view which should be added at the specified index
tags
list of tags corresponding to views that should be removed