We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an option to configure this scrollview to support bouncing on iOS?
The text was updated successfully, but these errors were encountered:
@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
bounces
ScrollView
false
This could be changed to be a prop which defaults to false - would this solve your problem?
Please submit a PR if you like! :)
Sorry, something went wrong.
No branches or pull requests
Is there an option to configure this scrollview to support bouncing on iOS?
The text was updated successfully, but these errors were encountered: