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 be4b60b commit cee773fCopy full SHA for cee773f
2 files changed
lib/BouncyCheckbox.style.ts
@@ -46,6 +46,8 @@ export default StyleSheet.create<any>({
46
height: size,
47
borderRadius: size / 2,
48
backgroundColor: checked ? fillColor : unfillColor,
49
+ alignItems: "center",
50
+ justifyContent: "center",
51
}),
52
innerIconContainer: (size: number, fillColor: string) => ({
53
width: size,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-bouncy-checkbox",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "Fully customizable animated bouncy checkbox for React Native",
5
"keywords": [
6
"bouncy",
0 commit comments