@tamagui/react-native-web-lite
Version:
React Native for Web
15 lines (14 loc) • 621 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import * as React from "react";
import SectionList from "../../../../SectionList.native.js";
import createAnimatedComponent from "../createAnimatedComponent.native.js";
var SectionListWithEventThrottle = /* @__PURE__ */React.forwardRef(function (props, ref) {
return /* @__PURE__ */_jsx(SectionList, {
scrollEventThrottle: 1e-4,
...props,
ref
});
}),
AnimatedSectionList_default = createAnimatedComponent(SectionListWithEventThrottle);
export { AnimatedSectionList_default as default };
//# sourceMappingURL=AnimatedSectionList.native.js.map