V4.0.0
Version 4.0.0 marks a move to Typescript and is a somewhat major change.
Examples
- The examples project is no longer using Expo and now contains more and better examples. They can be found here
Breaking changes
slides
-prop is now calleddata
so it's more in line withFlatList
- There is no default layout any more, so a
renderItem
-function is strictly required buttonStyle
andbuttonTextStyle
props have been removed.renderXButton
-functions can be used to customize button designspaginationStyle
andhidePagination
props have been removed and a newrenderPagination
-function takes their place. To disable any pagination/buttons/everything give it a function that returns null.