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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)