iosdecelerationRate ScrollView.propTypes.decelerationRate
A floating-point number that determines how quickly the scroll view decelerates after the user lifts their finger. You may also use string shortcuts "normal"
and "fast"
which match the underlying iOS settings for UIScrollViewDecelerationRateNormal
and UIScrollViewDecelerationRateFast
respectively. - normal: 0.998 - fast: 0.99 (the default for iOS WebView)
Please login to continue.