Releases: yasaricli/react-native-dots-pagination
Releases · yasaricli/react-native-dots-pagination
0.3.1
09 Sep 06:32
Compare
Sorry, something went wrong.
No results found
This patch release fixes:
Accessibility: Adding pass-through for accessibility props. #21
v0.3.0
28 Mar 05:24
Compare
Sorry, something went wrong.
No results found
v0.2.0
12 Jan 19:36
Compare
Sorry, something went wrong.
No results found
onScrollTo event added
Example:
< Dots
length = { 10 }
active = { this . state . active }
onScrollTo = { ( index , key ) => {
console . log ( index , key ) // 0, dot_0
} }
/>
v0.1.11
24 Oct 16:46
Compare
Sorry, something went wrong.
No results found
v0.1.10
11 Aug 18:29
Compare
Sorry, something went wrong.
No results found
Fixed full width center. Thanks @mstrk
v0.1.9
30 Jan 07:28
Compare
Sorry, something went wrong.
No results found
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
28 Jan 11:46
Compare
Sorry, something went wrong.
No results found
added Allow to set specific height for dots, Thanks @vdrorofeev
v0.1.7
14 Dec 15:28
Compare
Sorry, something went wrong.
No results found
v0.1.6
07 Aug 08:52
Compare
Sorry, something went wrong.
No results found
prop-types package
05 Aug 10:28
Compare
Sorry, something went wrong.
No results found
prop-types package added.