diff --git a/ReactCommon/fabric/components/scrollview/ScrollViewProps.h b/ReactCommon/fabric/components/scrollview/ScrollViewProps.h index 1f787f9197..4dc57b79db 100644 --- a/ReactCommon/fabric/components/scrollview/ScrollViewProps.h +++ b/ReactCommon/fabric/components/scrollview/ScrollViewProps.h @@ -40,7 +40,7 @@ class ScrollViewProps final : public ViewProps { const bool scrollsToTop{true}; const bool showsHorizontalScrollIndicator{true}; const bool showsVerticalScrollIndicator{true}; - const int scrollEventThrottle{}; + const Float scrollEventThrottle{}; const Float zoomScale{1.0}; const EdgeInsets contentInset{}; const EdgeInsets scrollIndicatorInsets{};