Skip to content

Commit 7679b3c

Browse files
author
Andrew Paramoshkin
committed
add: Preview
1 parent a311789 commit 7679b3c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ReactNativeCircleCheckbox
1+
ReactNativeCircleCheckbox
22
=========
33

44
Circle-style checkbox component for React Native.
@@ -15,6 +15,12 @@ Circle-style checkbox component for React Native.
1515
onPress={(checked) => console.log('My state is: ', checked)}
1616
/>
1717
```
18+
19+
## Preview
20+
21+
![alt tag](http://s28.postimg.org/55twmp73d/uncheck.png)
22+
![alt tag](http://s22.postimg.org/q8398tg8t/check.png)
23+
1824
## Available properties:
1925

2026
- `checked` : initial state of checkbox. Default: `false`

0 commit comments

Comments
 (0)