Animated
    Base class for all Animated.js library node types that can be created on the "native" side.
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Subclasses may want to override this method in order to store a reference to the parent of a given node that can then be used to calculate current node's value in update. In that case it is important to also override onDetachedFromNode to clear that reference once current node gets detached.
Link copied to clipboard
                  See onAttachedToNode
Link copied to clipboard
                  Pretty-printer for the AnimatedNode. Only called in production pre-crash for debug diagnostics.
Link copied to clipboard
                  Link copied to clipboard