Skip to content

Commit 66e4601

Browse files
committed
style prop is added for main container styling option
1 parent 48a8e39 commit 66e4601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/BouncyCheckbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import styles, {
1414
} from "./BouncyCheckbox.style";
1515

1616
export interface IBouncyCheckboxProps {
17-
style: any;
17+
style?: any;
1818
size?: number;
1919
text?: string;
2020
color?: string;

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

0 commit comments

Comments
 (0)