Gathering detailed insights and metrics for react-native-select-input-ios
Gathering detailed insights and metrics for react-native-select-input-ios
Gathering detailed insights and metrics for react-native-select-input-ios
Gathering detailed insights and metrics for react-native-select-input-ios
react-native-input-select
A customizable dropdown selection package for react-native for android and iOS with multiple select and search capabilities.
react-native-select-bottom-list
A simple and fully customizable dropdown component that implements a select input with bottomlist and also provides a bottomSheet out of the box.
@rcarls/react-native-paper-select
A select-like input component for projects leveraging react-native-paper.
@txo/react-native-select-input-ios
A React Native SelectInput for iOS and Android, which uses a keyboard with a Picker component
npm install react-native-select-input-ios
Typescript
Module System
Node Version
NPM Version
JavaScript (70.48%)
Objective-C (10.22%)
Ruby (6.79%)
Java (6.42%)
Starlark (4.69%)
Shell (1.4%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
320,005
Last Day
1
Last Week
1
Last Month
741
Last Year
17,665
83 Stars
165 Commits
66 Forks
2 Watching
32 Branches
8 Contributors
Latest Version
2.0.5
Package Id
react-native-select-input-ios@2.0.5
Unpacked Size
1.09 MB
Size
0.97 MB
File Count
43
NPM Version
6.4.1
Node Version
9.8.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-99.4%
1
Compared to previous week
Last month
-26%
741
Compared to previous month
Last year
-31.3%
17,665
Compared to previous year
A React Native SelectInput for iOS (+Android) which shows the picker as a keyboard.
         Â
Installation can be done through npm
or yarn
:
1npm install react-native-select-input-ios --save 2# or 3yarn add react-native-select-input-ios
Import the SelectInput
and wrap you content inside of it.
1import React from 'react' 2import { View } from 'react-native' 3import SelectInput from 'react-native-select-input-ios' 4 5class Component extends React.Component { 6 render() { 7 const options = [{ value: 0, label: '0' }] 8 9 return ( 10 <View> 11 <SelectInput value={0} options={options} /> 12 </View> 13 ) 14 } 15}
Check out the properties wiki page to see the list of available props to pass. Also check out the methods wiki page to see the list of callable methods available.
There are some breaking changes introduced in version 2.0, see this migration guide to fix this issues!
Check out the repository and run the example project with the following commands:
1# clone and open example project 2git clone https://github.com/markuswind/react-native-select-input-ios 3cd example 4 5# install dependencies with 6npm install 7# or 8yarn install 9 10# run the project with 11react-native run-ios 12# or 13react-native run-android
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 3/16 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
91 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More