Skip to content

Commit 11cb4ff

Browse files
authored
Merge pull request #300 from ibandominguez/scrollenabled
Added scrollEnabled prop to documentation
2 parents 0c01e2f + 6910726 commit 11cb4ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ AppRegistry.registerComponent('myproject', () => swiper);
232232
| scrollsToTop | false | `bool` | If true, the scroll view scrolls to top when the status bar is tapped. |
233233
| removeClippedSubviews | true | `bool` | If true, offscreen child views (whose overflow value is hidden) are removed from their native backing superview when offscreen. This canimprove scrolling performance on long lists. |
234234
| automaticallyAdjustContentInsets | false | `bool` | Set to `true` if you need adjust content insets automation. |
235+
| scrollEnabled | true | `bool` | Enables/Disables swiping |
235236

236237
> @see: http://facebook.github.io/react-native/docs/scrollview.html
237238

0 commit comments

Comments
 (0)