Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-picker-select

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-picker-select - npm Package Versions

1
7

6.1.0

Diff

Changelog

Source

6.1.0

New
  • Opened up placeholder on style object for modification (#119) (#155). The placeholderTextColor prop is now deprecated, as this style object allows for additional properties.

lfkwtz
published 6.0.0 •

Changelog

Source

6.0.0

Breaking Changes
  • In order to make this component less opinionated, especially in terms of style, we have removed the default dropdown arrow icon in leiu of a more flexible Icon prop which will render a component - allowing you to insert your own css, image, svg, or icon from any library of your choosing. Due to this change, the noIcon prop has been removed. To replicate the arrow from previous versions, see the last example / see the styling section in the README for more details.
  • In Android, we no longer insert a psuedo-underline by default - as the default input style in React Native sets the underline color to transparent since this PR - which landed in 0.56. You can add this back in fairly easily, either by using the textInputProps prop or by adding a border on one of the wrapping container elements - all depending on your personal usage of the component.
  • Some of the default styles of the iOS "Done bar" have been tweaked and streamlined
  • if using useNativeAndroidPickerStyle={false}, the outer container is now only headlessAndroidContainer without viewContainer wrapping it

lfkwtz
published 5.2.5 •

Changelog

Source

5.2.5

Bugfix
  • Fix headless Android onValueChange trigger on render (#141)

lfkwtz
published 5.2.4 •

Changelog

Source

5.2.4

Bugfix
  • Fix TypeError (#139)

lfkwtz
published 5.2.3 •

Changelog

Source

5.2.3

Bugfix
  • Fixes Android headless mode trigger area (#122)

lfkwtz
published 5.2.2 •

Changelog

Source

5.2.2

Bugfix
  • Fixes unnecessary renders (#129)

lfkwtz
published 5.2.1 •

Changelog

Source

5.2.1

Bugfix
  • Fixes keyboard not dismissing on iOS

lfkwtz
published 5.2.0 •

Changelog

Source

5.2.0

New
  • Added onOpen and onClose callbacks (iOS only)

lfkwtz
published 5.1.1 •

Changelog

Source

5.1.1

New
  • Opened up headlessAndroidPicker and chevronContainer on style object for modification

lfkwtz
published 5.1.0 •

Changelog

Source

5.1.0

New
  • Added useNativeAndroidPickerStyle prop. See README for more details.
Bugfix
  • Fixed Android headless mode showing selected value outside of View (#83)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc