Skip to content

Commit

Permalink
fix: default useBuiltInState is changed to true
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Aug 21, 2024
1 parent be597cf commit 7ed929a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/BouncyCheckbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const BouncyCheckbox: React.ForwardRefRenderFunction<
bouncinessIn = AnimationValues.BouncinessIn,
bouncinessOut = AnimationValues.BouncinessOut,
TouchableComponent = Pressable,
useBuiltInState = false,
useBuiltInState = true,
...rest
} = props;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7ed929a

Please sign in to comment.