Hierarchy (view full)

Constructors

Methods

  • Adds an asynchronous listener to the value so you can observe updates from animations. This is useful because there is no way to synchronously read the value because it might be driven natively.

    See https://reactnative.dev/docs/animatedvalue.html#addlistener

    Parameters

    • callback: ((value) => any)
        • (value): any
        • Parameters

          • value: any

          Returns any

    Returns string

  • Returns boolean