Skip to content

Commit 7406e1d

Browse files
committed
Merge branch 'master' of github.com:Jacse/react-native-app-intro-slider
2 parents f73aa31 + 98316e8 commit 7406e1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ The component extends `FlatList` so all FlatList-props are valid.
170170
| 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 |
171171
| showNextButton | `boolean` | `true` | Disable to hide the next button |
172172
| showDoneButton | `boolean` | `true` | Disable to hide the done button |
173-
| renderNextButton | `function` | renders a Text-component | Use to supply your own next button |
174-
| renderPrevButton | `function` | renders a Text-component | Use to supply your own prev button |
175-
| renderDoneButton | `function` | renders a Text-component | Use to supply your own done button |
176-
| renderSkipButton | `function` | renders a Text-component | Use to supply your own skip button |
173+
| renderNextButton | `function` | renders a Text-component | Use to supply your own next button. Has no effect if using `renderPagination`. |
174+
| renderPrevButton | `function` | renders a Text-component | Use to supply your own prev button . Has no effect if using `renderPagination` |
175+
| renderDoneButton | `function` | renders a Text-component | Use to supply your own done button. Has no effect if using `renderPagination` |
176+
| renderSkipButton | `function` | renders a Text-component | Use to supply your own skip button. Has no effect if using `renderPagination` |
177177

178178
### Methods
179179

0 commit comments

Comments
 (0)