2.0.0 • Published 2 years ago

react-native-picker-actionsheet v2.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

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
2.0.0

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.1

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.2.0

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago