UNPKG

@tamagui/react-native-web-lite

Version:
12 lines (11 loc) 578 B
import * as React from "react"; import { FlatList as FlatListComponent } from "../../../../FlatList"; import { createAnimatedComponent } from "../createAnimatedComponent"; import { jsx } from "react/jsx-runtime"; const FlatListWithEventThrottle = React.forwardRef((props, ref) => /* @__PURE__ */ jsx(FlatListComponent, { scrollEventThrottle: 1e-4, ...props, ref })), FlatList = createAnimatedComponent(FlatListWithEventThrottle); var AnimatedFlatList_default = FlatList; export { FlatList, AnimatedFlatList_default as default }; //# sourceMappingURL=AnimatedFlatList.js.map