UNPKG

@tamagui/react-native-web-lite

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