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

react-native-picker-actionsheet

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-picker-actionsheet

A picker like ActionSheet component which can be used in iOS & Android . Use Animated .

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
increased by466.67%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-picker-actionsheet Monthly download Total downloads

Install

npm install react-native-picker-actionsheet --save

Usage

import PickerActionSheet from 'react-native-picker-actionsheet';

<PickerActionSheet />

Example

ios android

Properties

PropDefaultRequiredDescription
showfalseyesController whether or not show it
height120yesThe height of the container,you have to change it for your requirement
title''noThe title text of the container
titleRightnullnoThe compoment on the right hand of title
data[]noThe data you give users to picker
renderItem(item,index)=>{}noFunction that shows data
FooterReact.nodenoNode that shows footer
onCancel()=>{}noFunction that is called when user cancels it
onSubmit(text)=>{}noFunction that is called when user submits it
cancelText'cancel'noThe string that is displayed on the cancel button
submitText'submit'noThe string that is displayed on the submit button
shadowClick'submit'noThe string that is 'cancel' or 'submit' when shadow is clicked

Keywords

FAQs

Package last updated on 03 Nov 2022

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