Skip to content

V4.0.0

Compare
Choose a tag to compare
@Jacse Jacse released this 02 Apr 13:00
· 19 commits to master since this release

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 called data so it's more in line with FlatList
  • There is no default layout any more, so a renderItem-function is strictly required
  • buttonStyle and buttonTextStyle props have been removed. renderXButton-functions can be used to customize button designs
  • paginationStyle and hidePagination props have been removed and a new renderPagination-function takes their place. To disable any pagination/buttons/everything give it a function that returns null.