Skip to content

Commit 794b4d3

Browse files
committed
publish v2.0
1 parent 9754f0d commit 794b4d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Checkbox component for react native, it works on iOS and Android.
1717
- [API](#api)
1818
- [Contribution](#contribution)
1919

20+
## Changes
21+
22+
For React Native >= 0.4.4 use v2.+, for React Native < 0.4.4 use v1.0.4
23+
2024
## Installation
2125

2226
* 1.Run `npm i react-native-check-box --save`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-check-box",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "Checkbox component for react native, it works on iOS and Android.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)