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