From 14490a316d5030e90f1a559849fad44b6222738f Mon Sep 17 00:00:00 2001
From: YouCii <550341130@qq.com>
Date: Fri, 7 Sep 2018 17:06:06 +0800
Subject: [PATCH 1/2] Enable the style in
```
```
The Style in old version is invalid .
---
checkbox.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/checkbox.js b/checkbox.js
index 4f9ffe6..ae51f2b 100644
--- a/checkbox.js
+++ b/checkbox.js
@@ -107,7 +107,7 @@ class CheckBox extends Component {
}
return (
-
+
{container}
);
From fa57d5cc0ff8143f863c0378af5eeb1bd9d196c3 Mon Sep 17 00:00:00 2001
From: YouCii <550341130@qq.com>
Date: Mon, 10 Sep 2018 08:32:43 +0800
Subject: [PATCH 2/2] Update package.json
Update the package.json
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 3121b0e..466b491 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-checkbox",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Checkbox component for React native",
"main": "checkbox.js",
"scripts": {