
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@arelstone/react-native-swipe-button
Advanced tools
A UI component for displaying a button that can be swiped.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
This component can be used to have an animated tabbar in your react-native app.
A lot of app use the swipe to complete. This is an easy to use and highly customizable page that heklp you so you don't have to write the code over and over again
npm i @arelstone/react-native-swipe-button
// or
yarn add @arelstone/react-native-swipe-button
Prop | Type | Description |
---|---|---|
title | string Required | The text that will be displayed inside the button |
onComplete | () => void Required | Callback function that will be invoked when the button has reached the final state |
height | number | The height of the container. Default 70 |
width | number | The width of the container. Default 90% of the screen width |
borderRadius | number | The border radius of the container and button (default: height / 2) |
completeThresholdPercentage | number | Determinates when onComplete should be invoked (defualt: 70) |
onSwipeStart | () => void | Callback that will be invoked when the user starts swiping |
onSwipeEnd | () => void | Callback that will be invoked when the user ends swiping |
containerStyle | StyleProp | Styling for the container |
underlayStyle | StyleProp | Styling for the underlay container |
titleContainerProps | ViewProps | Additonal Props for the title container |
titleContainerStyle | StyleProp | Styling for the title container |
titleProps | TextProps | Additonal Props for the title text |
titleStyle | StyleProp | Styling for the title text |
circleBackgroundColor | string | Background color for the circle |
goBackToStart | bololean | If set to TRUE, after swipe is completed, the circle goes back to the start position |
FAQs
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.