Skip to content

Commit e6d4c25

Browse files
Merge pull request #12 from paramoshkinandrew/feature/change-dependencies-and-readme-examples
Сhange dependencies and readme examples
2 parents 8900640 + b246163 commit e6d4c25

File tree

3 files changed

+86
-5333
lines changed

3 files changed

+86
-5333
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ import CircleCheckBox, {LABEL_POSITION} from 'react-native-circle-checkbox';
2121
```
2222

2323
## Preview
24-
25-
![alt tag](http://s28.postimg.org/55twmp73d/uncheck.png)
26-
![alt tag](http://s22.postimg.org/q8398tg8t/check.png)
27-
![alt tag](http://s13.postimg.org/o5xeouklj/Screen_Shot_2016_01_22_at_17_08_28.png)
24+
25+
![alt tag](https://i.imgur.com/eWLb0Cp.gif "Preview")
2826

2927
## Available properties:
3028

3129
- `checked` : initial state of checkbox. Default: `false`
32-
- `onPress` : function that will be invoked by pressing to checkbox with checked property as argument.
30+
- `onToggle` : function that will be invoked by pressing to checkbox with checked property as argument.
3331
- `outerSize` : Diameter of outer circle. Minimum: `10`, default: `26`
3432
- `filterSize` : Diameter of underlayer circle. Minimum: `7`, default: `23`
3533
- `innerSize` : Diameter of flag. Minimum: `2`, default: `18`

0 commit comments

Comments
 (0)