Skip to content

Commit cabf42a

Browse files
committed
fixes typo
1 parent 2b99e5d commit cabf42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ AppRegistry.registerComponent('myproject', () => swiper);
198198
| paginationStyle | {...} | `style` | Custom styles will merge with the default styles. |
199199
| renderPagination | - | `function` | Complete control how to render pagination with three params (`index`, `total`, `context`) ref to `this.state.index` / `this.state.total` / `this`, For example: show numbers instead of dots. |
200200
| dot | `<View style={{backgroundColor:'rgba(0,0,0,.2)', width: 8, height: 8,borderRadius: 4, marginLeft: 3, marginRight: 3, marginTop: 3, marginBottom: 3,}} />` | `element` | Allow custom the dot element. |
201-
| activeDot | - | `element` | Allow custom the active-dot element. |
201+
| activeDot | `<View style={{backgroundColor: '#007aff', width: 8, height: 8, borderRadius: 4, marginLeft: 3, marginRight: 3, marginTop: 3, marginBottom: 3,}} />` | `element` | Allow custom the active-dot element. |
202202
| dotStyle | - | `object` | Allow custom the active-dot element. |
203203
| dotColor | - | `string` | Allow custom the active-dot element. |
204204
| activeDotColor | - | `string` | Allow custom the active-dot element. |

0 commit comments

Comments
 (0)