diff --git a/lib/BouncyCheckbox.tsx b/lib/BouncyCheckbox.tsx index 5d8ee9b..7902d02 100644 --- a/lib/BouncyCheckbox.tsx +++ b/lib/BouncyCheckbox.tsx @@ -46,7 +46,7 @@ const BouncyCheckbox: React.ForwardRefRenderFunction< bouncinessIn = AnimationValues.BouncinessIn, bouncinessOut = AnimationValues.BouncinessOut, TouchableComponent = Pressable, - useBuiltInState = false, + useBuiltInState = true, ...rest } = props; diff --git a/package.json b/package.json index eeb3e76..abb9a73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bouncy-checkbox", - "version": "4.1.1", + "version": "4.1.2", "description": "Fully customizable animated bouncy checkbox for React Native", "keywords": [ "toggle",