react-native-reanimated-carousel
Version:
Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.
10 lines • 348 B
JavaScript
import { normalLayout } from "./normal";
import { parallaxLayout } from "./parallax";
import { horizontalStackLayout, verticalStackLayout } from "./stack";
export const Layouts = {
normal: normalLayout,
parallax: parallaxLayout,
horizontalStack: horizontalStackLayout,
verticalStack: verticalStackLayout
};
//# sourceMappingURL=index.js.map