UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines (7 loc) 276 B
type StackDetails = [Error, number, number]; export declare function registerWorkletStackDetails(hash: number, stackDetails: StackDetails): void; export declare function reportFatalErrorOnJS({ message, stack, }: { message: string; stack?: string; }): void; export {};