@tamagui/react-native-web-lite
Version:
React Native for Web
11 lines (10 loc) • 507 B
JavaScript
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