Releases: WrathChaos/react-native-rounded-checkbox
Releases · WrathChaos/react-native-rounded-checkbox
External active system control bug is fixed 🥰
External active system control bug is fixed 🥰
PureComponent is also available 😇
PureComponent
is also available 😇
PureRoundedCheckbox
is also available.RoundedCheckbox
with functional component is available.
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 😍
Version 0.2.0 is here with the new system and functional component 😍
PureComponent
is converted toFunctional Component
- New helpers util functionality is here
- Better coding
⚠️ BREAKING CHANGE
component
prop is not here anymore- We can use the
children
functionality likeText
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 🥳
outerBorderRadius
and innerBorderRadius
props are added 🥳
active prop is here for controlling the check system 🥰
active prop is here for controlling the check system 🥰
First Release 🥳🤩
First Release 🥳🤩