react-native-bouncy-checkbox

Fully customizable animated bouncy checkbox for React Native

MIT License

Downloads
78.1K
Stars
755
Committers
13

Bot releases are visible (Hide)

react-native-bouncy-checkbox - 4.1.2 Latest Release

Published by WrathChaos about 2 months ago

What's Changed

  • fix: useBuiltInState default value to true so no breaking change!

#543 fixing (Thanks so much for reporting @RemiHin)

Full Changelog: https://github.com/WrathChaos/react-native-bouncy-checkbox/compare/4.1.1...4.1.2

react-native-bouncy-checkbox - 4.1.1 [DO NOT USE, USE 4.1.2+] ⚠️

Published by WrathChaos 2 months ago

What's Changed

New

To fully control checkbox state outside with your own state, just set useBuiltInState to false and send your state value to isChecked prop

disable built-in state

Full Changelog: https://github.com/WrathChaos/react-native-bouncy-checkbox/compare/4.0.1...4.1.1

react-native-bouncy-checkbox - 4.0.1

Published by WrathChaos 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/WrathChaos/react-native-bouncy-checkbox/compare/4.0.0...4.0.1

react-native-bouncy-checkbox - 4.0.0 🍻 πŸš€

Published by WrathChaos 7 months ago

What's Changed

  • Re-written with modern functional component
  • Finally we got rid of disableBuiltInState prop and its functionality so we can control the checkbox with isChecked prop thanks to @kimava #270
  • Imperative handle to control checkbox with ref
    • onCheckboxPress
    • onCheckboxLongPress
  • testID support #459
  • longPress support #456
  • New examples
  • Cool updated documentation

Full Changelog: https://github.com/WrathChaos/react-native-bouncy-checkbox/compare/3.0.7...4.0.0

react-native-bouncy-checkbox - Image style type support πŸŽƒ

Published by WrathChaos over 1 year ago

Image style type support πŸŽƒ

Thanks to @abdemirza #224

Closes the #221

react-native-bouncy-checkbox - onPress Synthetic Usage πŸ₯³

Published by WrathChaos almost 2 years ago

  • onPress Synthetic usage is working again πŸ₯³
  • example-manual-state project's dependencies are all upgraded 🍻
react-native-bouncy-checkbox - feat: icon container center styling 😎

Published by WrathChaos about 2 years ago

feat: icon container center styling 😎

react-native-bouncy-checkbox - Version 3 is here πŸš€

Published by WrathChaos about 2 years ago

Version 3 is here πŸš€

  • Typescript
  • Zero Dependency
  • New and More Customizable Animation
    • bounceEffectIn
    • bounceEffectOut
    • bounceVelocityIn
    • bounceVelocityOut
    • bouncinessIn
    • bouncinessOut
  • Community Supported Stable Version
  • example dependencies are upgraded, RN version is 0.69.2
react-native-bouncy-checkbox - 🚨⚠️ DO NOT USE THIS VERSION, USE 3.0.1 INSTEAD ⚠️🚨

Published by WrathChaos about 2 years ago

Version 3.0.0 is here πŸš€

  • Typescript
  • Zero Dependency
  • New and More Customizable Animation
    • bounceEffectIn
    • bounceEffectOut
    • bounceVelocityIn
    • bounceVelocityOut
    • bouncinessIn
    • bouncinessOut
  • Community Supported Stable Version
  • example dependencies are upgraded, RN version is 0.69.2
react-native-bouncy-checkbox - Hotfix 😘

Published by WrathChaos about 2 years ago

Hotfix 😘

  • text type checking
react-native-bouncy-checkbox - Better Typescript and Type Fixes 😍

Published by WrathChaos almost 3 years ago

Better Typescript and Type Fixes 😍
Fixes #84

react-native-bouncy-checkbox - textComponent prop is available πŸ˜‡

Published by WrathChaos almost 3 years ago

textComponent prop is available πŸ˜‡

Big thanks for the contribution @mmestiyak

react-native-bouncy-checkbox - Unused peer dependencies are removed πŸ₯°

Published by WrathChaos almost 3 years ago

Version 2.1.8 πŸ₯°

  • Unused peer dependencies are removed
  • Better tsconfig configuration with the tslib dependency is removed
react-native-bouncy-checkbox - Typescript Error Fixes πŸ˜‡

Published by WrathChaos about 3 years ago

Typescript Error Fixes πŸ˜‡

react-native-bouncy-checkbox - onPress prop is optional now 😎

Published by WrathChaos about 3 years ago

onPress prop is optional now 😎

react-native-bouncy-checkbox - Better UX πŸ˜‡

Published by WrathChaos about 3 years ago

#56 PR is approved and merged. New version 2.1.4 is here.
Thanks for the contribution @chzappsinc

react-native-bouncy-checkbox - TouchableComponent prop is available πŸ₯³

Published by WrathChaos about 3 years ago

TouchableComponent prop is available πŸ₯³

react-native-bouncy-checkbox - Type fixes with better IntelliSense πŸ˜‡

Published by WrathChaos over 3 years ago

Type fixes with better IntelliSense πŸ˜‡
Thank you so much for @oguzeray #47

react-native-bouncy-checkbox - textContainerStyle prop is added πŸ˜‹

Published by WrathChaos over 3 years ago

new: textContainerStyle prop is added for more customization possible πŸ˜‹

react-native-bouncy-checkbox - Synthetic Press and Manual State is here πŸ₯³πŸ˜

Published by WrathChaos over 3 years ago

Finally, Synthetic Press and Manual State is here πŸ₯³πŸ˜

  • Synthetic Press functionality
  • Manual State functionality with disableBuiltInState prop is available

Manual State and Synthetic Press Example