GithubHelp home page GithubHelp logo

azurechen / react-native-picker-select Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lawnstarter/react-native-picker-select

0.0 2.0 0.0 317 KB

A Picker component for React Native which emulates the native <select> interfaces for iOS and Android

License: MIT License

JavaScript 100.00%

react-native-picker-select's Introduction

react-native-picker-select

npm version CircleCI

A Picker component for React Native which emulates the native <select> interfaces for iOS and Android

For iOS, we are wrapping a TextInput component. You can pass down your custom styling to match your other inputs.

For Android, we are using the native Picker component, but adding a pseudo-underline to emulate a typical TextInput. Additional styling can be passed down also to further customize the appearance.

For either platform, you can alternatively pass down a child element that will be wrapped in a touchable area, triggering the picker.

iOS Example Android Example

Getting Started

Installing

npm install react-native-picker-select

Versioning

Component RN
>= 3.0.0 >= 0.55.3
< 3.0.0 < 0.55.3

Props

Name Type Description Required? iOS / Android
onValueChange function Callback which returns value, index Y Both
items array _ The items for the component to render. Each item should be in the following format:
{label: 'Orange',value: 'orange',key: 'orange'}
_ The label and the value are required, but the key will be based upon the label if it isn't included
* The value can be any data type
Y Both
placeholder object _ An override for the default placeholder object with a label of Select an item... and a value of null
_ An empty object can be used if you'd like to disable the placeholder entirely
N Both
disabled boolean Disables interaction with the component N Both
value any Will attempt to locate a matching value from the items array by checking each item's value property. If found, it will update the component to show that item as selected. If the value is not found, it will default to the first item. N Both
style object Style overrides for most parts of the component. More details below. N Both
hideDoneBar boolean Hides the bar with tabbing arrows and Done link to exit the modal. While this is typical on select elements on the web, the interface guidelines does not include it. N iOS
hideIcon boolean Hides the floating downward arrow on the right side of the input box N iOS
onUpArrow / onDownArrow function _ Presence enables the corresponding arrow
_ Closes the picker
* Calls the callback provided
N iOS

Styling

  • iOS
    • The component wraps a TextInput without styling. In the style prop, pass a style object named inputIOS to style the input
    • Alternatively, you can pass children (such as a custom button or input) for the component to wrap
    • Other styles that can be modified for iOS are named viewContainer, icon, done, modalViewTop, modalViewMiddle, modalViewBottom, and placeholderColor
  • Android
    • The default Picker component acts similiarly to a TextInput until it is tapped, although it does not include an underline
    • We emulate a typical underline, which can be modified with a style object named underline
    • The main input can be modified with the style object named inputAndroid
    • Alternatively, you can pass children (such as a custom button or input) for the component to wrap
    • Other styles that can be modified for Android are named viewContainer and placeholderColor

See Examples

Testing

This component has been tested on React Native v0.51 - v0.55

Future Plans

  • Update Android picker to look closer to platform's <select>

License

react-native-picker-select is MIT licensed

react-native-picker-select's People

Contributors

lfkwtz avatar

Watchers

James Cloos avatar Azure Chen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.