Releases: yasaricli/react-native-dots-pagination
Releases · yasaricli/react-native-dots-pagination
0.3.1
This patch release fixes:
Accessibility: Adding pass-through for accessibility props. #21
v0.2.0
onScrollTo
event added
Example:
<Dots
length={10}
active={this.state.active}
onScrollTo={(index, key) => {
console.log(index, key) // 0, dot_0
}}
/>
v0.1.10
Fixed full width center. Thanks @mstrk
v0.1.9
This patch release fixes:
- Update to follow React-Native best practices (componentWillReceiveProps) #3
- Fixed ref attributes is deprecated (react/no-string-refs)
v0.1.8
added Allow to set specific height for dots, Thanks @vdrorofeev
prop-types package
- prop-types package added.