All Projects → puredazzle → react-native-simple-picker

puredazzle / react-native-simple-picker

Licence: MIT license
A simple picker for React Native.

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to react-native-simple-picker

Chocobo-Date-Range-Picker
🗓️ Component - The Date Range Picker easier to use in AngularJS.
Stars: ✭ 23 (-74.16%)
Mutual labels:  picker
EVContactsPicker
Contacts Picker for iOS 9+ that uses the newer Contacts API
Stars: ✭ 52 (-41.57%)
Mutual labels:  picker
ColorPicker
A HSV style Color Picker Dialog library for Android (with Alpha setting)
Stars: ✭ 16 (-82.02%)
Mutual labels:  picker
vue-uix
Vue components based on the JUI components available in Vue.js
Stars: ✭ 15 (-83.15%)
Mutual labels:  picker
WeightedRandomSelector
Very fast C# class for weighted random picking.
Stars: ✭ 117 (+31.46%)
Mutual labels:  picker
SPPickerView
这是一个选择器,功能类似系统的UIPickerView,但是比UIPickerView的适用范围广得多
Stars: ✭ 28 (-68.54%)
Mutual labels:  picker
ngx-mat-timepicker
A true material timepicker
Stars: ✭ 45 (-49.44%)
Mutual labels:  picker
EmojiPicker
This library to show a popover to select emoji for iOS
Stars: ✭ 58 (-34.83%)
Mutual labels:  picker
csc picker
A flutter package to display a country, states, and cities. In addition it gives the possibility to select a list of countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.
Stars: ✭ 25 (-71.91%)
Mutual labels:  picker
uni-lb-picker
uni-app picker选择器,可自定义,扩展性高,支持单选及理论任意级数多级联动选择。
Stars: ✭ 42 (-52.81%)
Mutual labels:  picker
quasar-ui-qiconpicker
QIconPicker - Quasar App Extension
Stars: ✭ 49 (-44.94%)
Mutual labels:  picker
RPicker
Simple and Easy-to-Use iOS Swift Date and Options Picker
Stars: ✭ 130 (+46.07%)
Mutual labels:  picker
react-native-color-panel
React Native Color Panel Component for iOS and Android 🏳️‍🌈
Stars: ✭ 21 (-76.4%)
Mutual labels:  picker
my-picker
高仿IOS的PickerView的JavaScript插件,3D形式的滚轮选择器,同时支持最多三级联动的选择效果,支持pc端和移动端两种平台浏览器。
Stars: ✭ 48 (-46.07%)
Mutual labels:  picker
clocklet
An opinionated clock-style vanilla-js timepicker.
Stars: ✭ 31 (-65.17%)
Mutual labels:  picker
ng-data-picker
🏄🏼 A data picker based on Angular 4+ (like native datetime picker of iOS)
Stars: ✭ 24 (-73.03%)
Mutual labels:  picker
MLDPhotoManager
弹出AlertController让用户选择相机还是相册.基于@gang544043963大神的LGPhotoBrowser项目再次封装
Stars: ✭ 19 (-78.65%)
Mutual labels:  picker
colr pickr
Colr Pickr, a vanilla JavaScript color picker component built with SVGs, with features like saving colors. Similar design to the chrome-dev-tools color picker.
Stars: ✭ 27 (-69.66%)
Mutual labels:  picker
TTADataPickerView
A Swift picker view allow you to pick the titles you want and the date, time or dateTime in one view
Stars: ✭ 35 (-60.67%)
Mutual labels:  picker
PhoneCountryCodePicker
An iOS tableview picker for PhoneCountryCode (English & Chinese supported)
Stars: ✭ 31 (-65.17%)
Mutual labels:  picker

React Native Simple Picker

A simple picker for React Native.

Latest Version Total Downloads License

Install

$ npm install react-native-simple-picker --save

iOS and Android

From version 2.0 React Native Simple Picker now supports both Android and iOS.

Example

You will find an example in the /exampleApp folder.

Properties

Prop Default Type Description Required
buttonStyle - Object Style Close/Continue Buttons false
options - Array Options that will be passed to the picker true
initialOptionIndex - Number Initial selected option based on it's index false
labels - Array Labels for the options passed to the picker false
confirmText Confirm String Confirm button text false
confirmTextStyle - Object Style Confirm button text false
cancelText Cancel String Cancel button text false
cancelTextStyle - Object Style Close button text false
itemStyle - Object Picker style prop. Use this to customize the picker colors, etc false
styles - Object Overwrites the default styles of the picker false
disableOverlay - bool When set to false it will dismiss the picker when the outside region is pressed false

Events

Prop Params Description
onSubmit - Use this to trigger any action on your parent component when an option is selected

License

This package is licensed under The MIT License (MIT).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].