UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (6 loc) 285 B
import type { WorkletStackDetails } from './commonTypes'; export declare function registerWorkletStackDetails(hash: number, stackDetails: WorkletStackDetails): void; export declare function reportFatalErrorOnJS({ message, stack, }: { message: string; stack?: string; }): void;