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