@tamagui/react-native-web-lite
Version:
React Native for Web
13 lines (12 loc) • 519 B
JavaScript
import * as React from "react";
import FlatList from "../../../../FlatList.mjs";
import createAnimatedComponent from "../createAnimatedComponent.mjs";
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.mjs.map