pinar
Version:
Customizable, lightweight React Native carousel component with accessibility support
25 lines (13 loc) • 630 B
Markdown
- Fixed: `scrollTo` and `scrollBy` when `animated: false` is used.
- Fixed: install error from a missing `patch-package` dependency.
- Added: `mergeStyles` prop (false by default) to allow default styles to be merged with custom styles without a breaking change.
- Added: allow importing of `defaultStyles` from the library. The default styles can be used to manually merge default styles with custom ones.
- Added: `scrollToIndex` method.
- Fixed: make sure that `onIndexChanged` does not get called if the new index is the same as the old one.
- Initial release.