Skip to content

Commit db16f55

Browse files
committed
Checked Icon Visibility styling bug is fixed
1 parent ee0e360 commit db16f55

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/BouncyCheckbox.style.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const _iconContainer = (
2222
borderRadius,
2323
alignItems: "center",
2424
justifyContent: "center",
25-
display: checked ? "flex" : "none",
2625
backgroundColor: checked ? fillColor : unfillColor,
2726
};
2827
};

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-bouncy-checkbox",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Fully customizable animated bouncy checkbox for React Native",
55
"keywords": [
66
"bouncy",

0 commit comments

Comments
 (0)