We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0e360 commit db16f55Copy full SHA for db16f55
lib/BouncyCheckbox.style.ts
@@ -22,7 +22,6 @@ export const _iconContainer = (
22
borderRadius,
23
alignItems: "center",
24
justifyContent: "center",
25
- display: checked ? "flex" : "none",
26
backgroundColor: checked ? fillColor : unfillColor,
27
};
28
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-bouncy-checkbox",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Fully customizable animated bouncy checkbox for React Native",
5
"keywords": [
6
"bouncy",
0 commit comments