Skip to content

Commit 164d982

Browse files
authored
fix: removed deprecated Easing constant (#2486)(by @joshua-zbni)
1 parent fdeff8f commit 164d982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ enum SNAP_POINT_TYPE {
6969
DYNAMIC = 1,
7070
}
7171

72-
const ANIMATION_EASING: Animated.EasingFunction = Easing.out(Easing.exp);
72+
const ANIMATION_EASING = Easing.out(Easing.exp);
7373
const ANIMATION_DURATION = 250;
7474

7575
const ANIMATION_CONFIGS = Platform.select<TimingConfig | SpringConfig>({

0 commit comments

Comments
 (0)