Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Jacse/react-native-app-intro-slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacse committed May 26, 2020
2 parents f73aa31 + 98316e8 commit 7406e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ The component extends `FlatList` so all FlatList-props are valid.
| 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 |
| showDoneButton | `boolean` | `true` | Disable to hide the done button |
| renderNextButton | `function` | renders a Text-component | Use to supply your own next button |
| renderPrevButton | `function` | renders a Text-component | Use to supply your own prev button |
| renderDoneButton | `function` | renders a Text-component | Use to supply your own done button |
| renderSkipButton | `function` | renders a Text-component | Use to supply your own skip button |
| renderNextButton | `function` | renders a Text-component | Use to supply your own next button. Has no effect if using `renderPagination`. |
| renderPrevButton | `function` | renders a Text-component | Use to supply your own prev button . Has no effect if using `renderPagination` |
| renderDoneButton | `function` | renders a Text-component | Use to supply your own done button. Has no effect if using `renderPagination` |
| renderSkipButton | `function` | renders a Text-component | Use to supply your own skip button. Has no effect if using `renderPagination` |

### Methods

Expand Down

0 comments on commit 7406e1d

Please sign in to comment.