0.0.14 • Published 6 years ago

react-native-customised-editable-picker v0.0.14

Weekly downloads
58
License
-
Repository
github
Last release
6 years ago

react-native-customised-editable-picker

React native Editable picker component for both android and ios

Introduction

Editable picker component can be used both as a picker and text input where picker when long pressed turn to text input and new items can be added to the list

Features

  • can be customised by the user to edit and add items
  • styles can be customised
  • pure javascript implementation

Installation:

Install the component through npm using:

```
npm install react-native-customised-editable-picker --save
```

Example:

```js
import CustomDropDown from 'react-native-customised-editable-picker';

data  = ["React","Native","Android","Java","Hello World"];

<CustomDropDown
  data={data}
  isEditable={true}
/>
```

Props:

* - mandatory

Props NameDescription
* dataarray content listed for picker
* isEditablecondition to check whether picker is editable or not
pickerStylestyles applied to picker component
modalStylestyles applied to the modal component
textinputStylestyles applied to the text input
0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago