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