Skip to content

Commit c94cbb8

Browse files
authored
Merge pull request #31 from ErionTp/bugfix/pageInterpolatorCube-initialization
[BUGFIX] pageInterpolatorCube initialisation
2 parents 60ca41a + ddf2bb1 commit c94cbb8

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)