diff --git a/README.md b/README.md index 692791b..2ba7f20 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ The component extends `FlatList` so all FlatList-props are valid. | doneLabel | `string` | `Done` | Custom label for Done button | | nextLabel | `string` | `Next` | Custom label for Next button | | prevLabel | `string` | `Back` | Custom label for Prev button | +| scrollEnabled | `boolean` | `true` | Disable to prevent scrolling without use of buttons. | | showSkipButton | `boolean` | `false` | Enable to show a skip button to the left of pagination dots. When `bottomButton == true` the skip button is a small text under the full-width next button | | showPrevButton | `boolean` | `false` | Enable to show a previous button. If `showSkipButton` is true, the skip button will be displayed on the first page and prev button on subsequent one | | showNextButton | `boolean` | `true` | Disable to hide the next button |