chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

Android - Vertical/Horizontal bounce enabled props #37

Open lecler-i opened 6 years ago

lecler-i commented 6 years ago

Add two props :

verticalBounceEnabled and horizontalBounceEnabled 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 to false.

This is implemented only on Android See #38 for iOS implementation

☮️