Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
rn-wheel-picker
Advanced tools
A iOS style picker components for ReactNative. It's forked from react-native-wheel-picker.
Cross platform Picker component based on React-native.
Since picker is originally supported by ios while Android only supports a ugly Spinner component. If you want to have the same user behaviour, you can use this.
The android component is based on https://github.com/AigeStudio/WheelPicker which runs super fast and smoothly. It also supports curved effect which make it exactly the same looking and feel as the ios picker.
Run command
For apps using RN 0.32 or higher, please run
npm i react-native-wheel-picker --save
For apps using RN 0.31 or less, please run
npm install --save --save-exact react-native-wheel-picker@1.9.0
Configration:
react-native link rn-wheel-picker
import { Picker, DatePicker } from 'rn-wheel-picker'
// use DatePicker
<DatePicker mode="date" />
// use Picker
<Picker
style={{flex: 1}}
selectedValue={1}
pickerData={[1, 2, 3, 4, 5, 6]}
onValueChange={(value) => this.setState({value})}
/>
FAQs
React native cross platform picker.
The npm package rn-wheel-picker receives a total of 1 weekly downloads. As such, rn-wheel-picker popularity was classified as not popular.
We found that rn-wheel-picker 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.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.