0.0.14 • Published 8 years ago

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

Weekly downloads
58
License
-
Repository
github
Last release
8 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

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago