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 calleddataso it's more in line withFlatList- There is no default layout any more, so a
renderItem-function is strictly required buttonStyleandbuttonTextStyleprops have been removed.renderXButton-functions can be used to customize button designspaginationStyleandhidePaginationprops have been removed and a newrenderPagination-function takes their place. To disable any pagination/buttons/everything give it a function that returns null.