UNPKG

@tamagui/react-native-web-lite

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