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
Copy file name to clipboardExpand all lines: README.md
+24-11
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,15 @@
6
6
7
7
The best Swiper component for React Native.
8
8
9
-
## Feature
9
+
## Feature & TODO
10
+
11
+
-[ ] More switch effects
12
+
13
+
-[ ] Unit tests
14
+
15
+
-[ ] Check typo
16
+
17
+
-[ ] Optimal performance when `<Image />` re-render
10
18
11
19
-[x] Infinite loop
12
20
@@ -24,21 +32,21 @@ The best Swiper component for React Native.
24
32
25
33
-[x] Autoplay
26
34
27
-
## Changelogs & TODO
35
+
-[x] Custom pagination style
28
36
29
-
-[ ] More switch effects
37
+
## Changelogs
30
38
31
-
-[ ] Unit tests
39
+
-**[v1.1.0]**
32
40
33
-
-[ ] Check typo
41
+
+[5de06a7](https://github.com/leecade/react-native-swiper/commit/5de06a7aa86318ad38720728022b80e5cf98a2ab) New prop: `renderPagination`. (thanks [@aksonov](https://github.com/aksonov))
34
42
35
-
-[ ] Optimal performance when `<Image />` re-render
43
+
-**[v1.0.4]**
36
44
37
-
-[ ] Making the `width` / `height` optional prop, use `measure` function instead
45
+
+[21cb373](https://github.com/leecade/react-native-swiper/commit/21cb3732578588f9d47ee7ddda541577ad691970) fixes [#2](https://github.com/leecade/react-native-swiper/issues/2) Solve the problem of installation. (thanks [@jamwaffles](https://github.com/jamwaffles))
38
46
39
-
-[x]**[v1.0.3]** fixes [#1](https://github.com/leecade/react-native-swiper/issues/1) Two 'horizontal' in propTypes. (thanks [@MacyzZ](https://github.com/MacyzZ))
47
+
-[v1.0.3]
40
48
41
-
-[x]**[v1.0.4]** fixes [#2](https://github.com/leecade/react-native-swiper/issues/2) Solve the problem of installation. (thanks [@jamwaffles](https://github.com/jamwaffles))
49
+
+[0f796f3](https://github.com/leecade/react-native-swiper/commit/0f796f3557b5aeb1772573cd7ecae2e835bccc0b) fixes [#1](https://github.com/leecade/react-native-swiper/issues/1) Two 'horizontal' in propTypes. (thanks [@MacyzZ](https://github.com/MacyzZ))
42
50
43
51
## Show Cases
44
52
@@ -52,6 +60,10 @@ The best Swiper component for React Native.
| renderPagination | - |`function`| Complete control how to render pagination with two params (`index`, `total`) ref to `this.state.index` / `this.state.total`, For example: show numbers instead of dots. |
0 commit comments