UNPKG

react-native-reanimated-carousel

Version:

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

8 lines (7 loc) 200 B
import type { PropsWithChildren } from "react"; import React from "react"; interface Props { shouldUpdate: boolean; } export declare const LazyView: React.FC<PropsWithChildren<Props>>; export {};