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 be597cf commit 7ed929aCopy full SHA for 7ed929a
lib/BouncyCheckbox.tsx
@@ -46,7 +46,7 @@ const BouncyCheckbox: React.ForwardRefRenderFunction<
46
bouncinessIn = AnimationValues.BouncinessIn,
47
bouncinessOut = AnimationValues.BouncinessOut,
48
TouchableComponent = Pressable,
49
- useBuiltInState = false,
+ useBuiltInState = true,
50
...rest
51
} = props;
52
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-bouncy-checkbox",
3
- "version": "4.1.1",
+ "version": "4.1.2",
4
"description": "Fully customizable animated bouncy checkbox for React Native",
5
"keywords": [
6
"toggle",
0 commit comments