Page MenuHomePhorge

D14233.1768848419.diff
No OneTemporary

Size
927 B
Referenced Files
None
Subscribers
None

D14233.1768848419.diff

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
@@ -589,6 +589,11 @@
callback?: AnimationCallback,
) => T;
+ declare type WithDelay = <T: AnimatableValue>(
+ delayMs: number,
+ delayedAnimation: T,
+ ) => T;
+
declare type RunOnJS = <F>(func: F) => F;
declare type CancelAnimation = <T>(animation: SharedValue<T>) => void;
@@ -659,6 +664,7 @@
declare export var useAnimatedStyle: UseAnimatedStyle;
declare export var withSpring: WithSpring;
declare export var withTiming: WithTiming;
+ declare export var withDelay: WithDelay;
declare export var runOnJS: RunOnJS;
declare export var cancelAnimation: CancelAnimation;
declare export var useAnimatedKeyboard: UseAnimatedKeyboard;

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 19, 6:46 PM (5 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5957764
Default Alt Text
D14233.1768848419.diff (927 B)

Event Timeline