Skip to content

Commit 7ed929a

Browse files
committed
fix: default useBuiltInState is changed to true
1 parent be597cf commit 7ed929a

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
@@ -46,7 +46,7 @@ const BouncyCheckbox: React.ForwardRefRenderFunction<
4646
bouncinessIn = AnimationValues.BouncinessIn,
4747
bouncinessOut = AnimationValues.BouncinessOut,
4848
TouchableComponent = Pressable,
49-
useBuiltInState = false,
49+
useBuiltInState = true,
5050
...rest
5151
} = props;
5252

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

0 commit comments

Comments
 (0)