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} ); 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": {