UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
149
stars
67
forks
source link
Android - Vertical/Horizontal bounce enabled props #37
Open
lecler-i opened 6 years ago
Add two props :
verticalBounceEnabled
andhorizontalBounceEnabled
that are default to true. If they are set to false, no bounce will occur in the specified direction.Those props doen't do anything if
bounces
is set tofalse
.This is implemented only on
Android
See #38 foriOS
implementation☮️