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
| data |`object`| None, required | An array of objects (they should either contain a unique `key`-prop or you should pass a `keyExtractor`-function to the component) |
156
-
| renderItem |`function`| None, required |[FlatList's renderItem](https://facebook.github.io/react-native/docs/flatlist.html#renderitem). Receives `({item, index, dimensions})` where `dimensions` contains height and width of the slides |
157
-
| onSlideChange |`function`|`void`| Called when user goes changes slide (by swiping or pressing next/prev). Function called with arguments `(index: number, lastIndex: number)`|
156
+
| renderItem |`function`| None, required |[FlatList's renderItem](https://facebook.github.io/react-native/docs/flatlist.html#renderitem). Receives `({item, index, dimensions})` where `dimensions` contains height and width of the slides |
157
+
| onSlideChange |`function`|`void`| Called when user goes changes slide (by swiping or pressing next/prev). Function called with arguments `(index: number, lastIndex: number)`|
158
158
| renderPagination |`function`|| Function to render a custom pagination/button component on top of slides. Receives the index of the currently active slide |
159
159
| onDone |`function`|`void`| Called when user ends the introduction by pressing the done button |
160
160
| onSkip |`function`| Scrolls to the end | Called when user presses the skip button |
161
161
| bottomButton |`boolean`|`false`| Enable to show a full-width button under pagination |
0 commit comments