Skip to content

Commit

Permalink
v2.2.1 Added borderRadius and borderWidth props to CheckBox component
Browse files Browse the repository at this point in the history
  • Loading branch information
ThakurBallary committed Jan 14, 2024
1 parent dcabd8a commit 48bf677
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/CHECK_BOX.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ CheckBox helps you select item.
### Props
Key | Type | Default
----|----|----
borderRadius | number | 1
borderWith | number | 2
checked | boolean | false
color | string | #000
disabled | boolean | false
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-btr",
"version": "2.2.0",
"version": "2.2.1",
"description": "React Native UI Components",
"main": "src/index.ts",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/thakurballary/react-native-btr#readme",
"dependencies": {
"react-native-modal": "^13.0.1",
"react-native-radio-buttons-group": "^2.2.11",
"react-native-vector-icons": "^9.2.0"
"react-native-radio-buttons-group": "^3.0.5",
"react-native-vector-icons": "^10.0.3"
}
}

0 comments on commit 48bf677

Please sign in to comment.