You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,10 +170,10 @@ The component extends `FlatList` so all FlatList-props are valid.
170
170
| 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 |
171
171
| showNextButton |`boolean`|`true`| Disable to hide the next button |
172
172
| 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`|
0 commit comments