nikhilaravi / react-native-smart-scroll-view

A smart scroll view component with handling of keyboard events
MIT License
153 stars 31 forks source link

Support bouncing on iOS? #23

Open tonyxiao opened 8 years ago

tonyxiao commented 8 years ago

Is there an option to configure this scrollview to support bouncing on iOS?

nikhilaravi commented 8 years ago

@tonyxiao sorry for the extremely late response!!

Currently the bounces prop on the ScrollView element is set to false https://github.com/jrans/react-native-smart-scroll-view/blob/master/SmartScrollView.js#L241

This could be changed to be a prop which defaults to false - would this solve your problem?

Please submit a PR if you like! :)