Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
react-native-rounded-checkbox
Advanced tools
Rounded Checkbox with animated and fully customizable options library for React Native
Add the dependency:
npm i react-native-rounded-checkbox
"@freakycoder/react-native-bounceable": ">= 0.1.1"
import {
RoundedCheckbox,
PureRoundedCheckbox,
} from "react-native-rounded-checkbox";
<RoundedCheckbox onPress={(checked) => console.log("Checked: ", checked)} />
<PureRoundedCheckbox onPress={(checked) => console.log("Checked: ", checked)} />
Property | Type | Default | Description |
---|---|---|---|
onPress | function | undefined | set your own onPress functionality |
active | boolean | undefined | disables the built-in check system and it let's to control check system |
children | component | Text | change the default Text component with any component like Icon from react-native-dynamic-vector-icons |
text | string | "L" | change the default text value |
isChecked | boolean | false | set the initial checked state |
checkedColor | color | #0bc8a5 | change the background color when checked state is true |
uncheckedColor | color | #f0f0f0 | change the background color when checked state is false |
checkedTextColor | color | #fdfdfd | change the text color when checked state is true |
uncheckedTextColor | color | #5c5969 | change the text color when checked state is false |
textStyle | style | default | set your own text style instead of default one |
outerStyle | style | default | set your own outer style instead of default one |
innerStyle | style | default | set your own inner style instead of default one |
Heavily inspired by William Candillon's Youtube Series
FreakyCoder, kurayogun@gmail.com
React Native Rounded Checkbox is available under the MIT license. See the LICENSE file for more info.
FAQs
Rounded Checkbox with animated and fully customizable options library for React Native
The npm package react-native-rounded-checkbox receives a total of 266 weekly downloads. As such, react-native-rounded-checkbox popularity was classified as not popular.
We found that react-native-rounded-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.