UNPKG

react-native-reanimated-carousel

Version:

Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.

5 lines (4 loc) 195 B
import React from "react"; import type { TCarouselProps } from "../types"; declare const _default: <T>(props: React.PropsWithChildren<TCarouselProps<T>>) => JSX.Element; export default _default;