UNPKG

@tamagui/react-native-web-lite

Version:
14 lines (13 loc) 585 B
import * as React from "react"; import ScrollView from "../../../../ScrollView/index.native.js"; import createAnimatedComponent from "../createAnimatedComponent.native.js"; var ScrollViewWithEventThrottle = /* @__PURE__ */React.forwardRef(function (props, ref) { return /* @__PURE__ */React.createElement(ScrollView, { scrollEventThrottle: 1e-4, ...props, ref }); }), AnimatedScrollView_default = createAnimatedComponent(ScrollViewWithEventThrottle); export { AnimatedScrollView_default as default }; //# sourceMappingURL=AnimatedScrollView.native.js.map