New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pru-rt/react-native-simple-picker

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pru-rt/react-native-simple-picker

A simple iOS picker for React Native

  • 1.4.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

React Native Simple Picker

A simple iOS picker for React Native.

Latest Version Total Downloads License

Install

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

Example

You will find an example in the /exampleApp folder.

Properties

PropDefaultTypeDescriptionRequired
buttonStyle-ObjectStyle Close/Continue Buttonsfalse
options-ArrayOptions that will be passed to the pickertrue
initialOptionIndex-NumberInitial selected option based on it's indexfalse
labels-ArrayLabels for the options passed to the pickerfalse
confirmTextConfirmStringConfirm button textfalse
cancelTextCancelStringCancel button textfalse
itemStyle-ObjectPicker style prop. Use this to customize the picker colors, etcfalse
disableOverlay-boolWhen set to false it will dismiss the picker when the outside region is pressedfalse

Events

PropParamsDescription
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).

Keywords

FAQs

Package last updated on 28 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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