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.
@devrue/rn-select
Custom typescript only select component for react native
A React Native SelectInput for iOS (+Android) which shows the picker as a keyboard.
npm install react-native-select-input-ios
Typescript
Module System
Node Version
NPM Version
73.4
Supply Chain
90.3
Quality
76
Maintenance
100
Vulnerability
100
License
JavaScript (70.48%)
Objective-C (10.22%)
Ruby (6.79%)
Java (6.42%)
Starlark (4.69%)
Shell (1.4%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
82 Stars
165 Commits
66 Forks
1 Watchers
32 Branches
8 Contributors
Updated on Jun 25, 2025
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%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
93 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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