We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ca41a commit ddf2bb1Copy full SHA for ddf2bb1
src/pageInterpolators.ts
@@ -6,8 +6,6 @@ import {
6
} from "react-native-reanimated";
7
import { PageInterpolatorParams } from ".";
8
9
-export const defaultPageInterpolator = pageInterpolatorSlide;
10
-
11
export function pageInterpolatorSlide({
12
focusAnim,
13
pageWidth,
@@ -189,3 +187,5 @@ export function pageInterpolatorTurnIn({
189
187
],
190
188
};
191
}
+
+export const defaultPageInterpolator = pageInterpolatorSlide;
0 commit comments