UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

9 lines (8 loc) 360 B
import type { FrameInfo } from './FrameCallbackRegistryUI'; export default class FrameCallbackRegistryJS { private nextCallbackId; constructor(); registerFrameCallback(callback: (frameInfo: FrameInfo) => void): number; unregisterFrameCallback(callbackId: number): void; manageStateFrameCallback(callbackId: number, state: boolean): void; }