React Choreographer
class ReactChoreographer
A simple wrapper around Choreographer that allows us to control the order certain callbacks are executed within a given frame. The wrapped Choreographer instance will always be the main thread one and the API's are safe to use from any thread.
Functions
Link copied to clipboard
Link copied to clipboard
fun removeFrameCallback(type: ReactChoreographer.CallbackType, frameCallback: Choreographer.FrameCallback?)