Skip to content

Releases: WrathChaos/react-native-rounded-checkbox

External active system control bug is fixed 🥰

06 Oct 07:45
Compare
Choose a tag to compare

External active system control bug is fixed 🥰

PureComponent is also available 😇

06 Oct 07:09
Compare
Choose a tag to compare

PureComponent is also available 😇

  • PureRoundedCheckbox is also available.
  • RoundedCheckbox with functional component is available.

⚠️ BREAKING CHANGE

import is changed with the 0.3.0 version. Now we will use;

import {
  RoundedCheckbox,
  PureRoundedCheckbox,
} from "react-native-rounded-checkbox";

Version 0.2.0 is here with the new system and functional component 😍

05 Oct 20:23
Compare
Choose a tag to compare

Version 0.2.0 is here with the new system and functional component 😍

  • PureComponent is converted to Functional Component
  • New helpers util functionality is here
  • Better coding

⚠️ BREAKING CHANGE

  • component prop is not here anymore
  • We can use the children functionality like Text component

Example

<RoundedCheckbox
   text="L"
   isChecked={isChecked}
   checkedColor={checkedColor}
   uncheckedColor={uncheckedColor}
   onPress={onPress}
>
        <Icon
          size={16}
          name="check"
          type="Entypo"
          color={checkedValue ? "#fdfdfd" : "transparent"}
        />
</RoundedCheckbox>

Full Changelog: 0.1.5...0.2.0

outerBorderRadius, innerBorderRadius props are added 🥳

03 Nov 17:08
Compare
Choose a tag to compare

outerBorderRadius and innerBorderRadius props are added 🥳

active prop is here for controlling the check system 🥰

03 Nov 17:01
Compare
Choose a tag to compare

active prop is here for controlling the check system 🥰

First Release 🥳🤩

26 Sep 14:00
Compare
Choose a tag to compare

First Release 🥳🤩