An open API service indexing awesome lists of open source software.

https://github.com/logisticinfotech/react-native-contact-multi-select

React Native multi select library
https://github.com/logisticinfotech/react-native-contact-multi-select

contact contact-library contact-selection-library ios ios-demo iphone-app-contact iphone-app-contact-selection-demo multiselect-library phonebook react-native react-native-library reactnative reactnative-demo

Last synced: 3 days ago
JSON representation

React Native multi select library

Awesome Lists containing this project

README

        


npm version


### React Native Contact Multi Select

[In this article](https://www.logisticinfotech.com/blog/react-native-multi-select-library/) you will get step by step details about the library and its implementations with your React Native project

# Guide

![](RNContactMultiSelect.gif)

### Properties

#### Basic

| Prop | Default | Type | Description |
| ------------------- | ---------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------- |
| searchBgColor | rgb(202,201,207) | `String` | Background color of searchbar. |
| searchPlaceholder | Search... | `String` | Searchbar placeholder text. |
| viewCloseStyle | {} | `style` | Style of the remove selected contact icon style. |
| viewCheckMarkStyle | {} | `style` | Style of the selected contact tick icon style . |
| sepratorStyle | {} | `style` | Style of the contact list seprator. |
| viewSepratorStyle | {} | `style` | Style of the selected list and list seprator . |
| otherContactList | [] | `Array` | Array of other contacts if need to add [{fullname:"Logistic Infotech",phonenumber:"123456789",avatar:"avatar path/url"}]. |
| onContactSelected | () => {} | `function` | Return contact item when selected. |
| onContactRemove | () => {} | `function` | Return contact item when removed from selected list. |
| getSelectedContacts | -- | -- | Return list of the selected contacts. |