min(...nodes: Node[]): Node
Takes one or more nodes as input and returns the minimum of all the node's values. This is equivalent to Animated.min but with support for more than two parameters.
min(...args: Node[]) => Node
Takes one or more nodes as input and returns the minimum of all the node's values. This is equivalent to Animated.min but with support for more than two parameters.
min(...args: Node[]) => Node