Skip to content

Commit ddf2bb1

Browse files
committed
initial commit
1 parent 60ca41a commit ddf2bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pageInterpolators.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import {
66
} from "react-native-reanimated";
77
import { PageInterpolatorParams } from ".";
88

9-
export const defaultPageInterpolator = pageInterpolatorSlide;
10-
119
export function pageInterpolatorSlide({
1210
focusAnim,
1311
pageWidth,
@@ -189,3 +187,5 @@ export function pageInterpolatorTurnIn({
189187
],
190188
};
191189
}
190+
191+
export const defaultPageInterpolator = pageInterpolatorSlide;

0 commit comments

Comments
 (0)