diff --git a/native/flow-typed/npm/react-native-reanimated_v2.x.x.js b/native/flow-typed/npm/react-native-reanimated_v2.x.x.js --- a/native/flow-typed/npm/react-native-reanimated_v2.x.x.js +++ b/native/flow-typed/npm/react-native-reanimated_v2.x.x.js @@ -92,10 +92,9 @@ declare export type Set = (node: ValueImpl, val: NodeParam) => NodeImpl; - declare type ToNumber = (val: mixed) => number; declare export type Call = >( nodes: N, - callback: (vals: $TupleMap) => mixed, + callback: (vals: {[K in keyof N]: number}) => mixed, ) => NodeImpl; declare export type Cond = (