Skip to content

v3.8.0

Compare
Choose a tag to compare
@bd-arc bd-arc released this 21 May 15:52
· 62 commits to master since this release
629838e
  • Set removeClippedSubviews to false by default for 'tinder' and 'stack' layouts, or when useScrollView is set to true. This aims at preventing a bunch of rendering issues.
  • Make sure that autoplay is properly restarted after a touchStart event
  • Allow serialized animated event as onScroll. See #439 for more info (thanks @Jberivera)
  • Allow using a custom scroll component. See #498 for more info (thanks @martinezguillaume)
  • Prevent loop animation from being played when reaching the end of the dataset. See #443 for more info (thanks @suhanmoon)
  • Fire the onTouchStart prop. See #464 for more info (thanks @sangle7)
  • Add accessibilityLabel to Pagination. See #438 for more info (thanks @thymikee)
  • Allow contentContainerCustomStyle to override default paddings. See #482 for more info (thanks @yamov)