1.0.4 • Published 5 years ago

@logisticinfotech/react-native-contact-multi-select v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

React Native Contact Multi Select

In this article you will get step by step details about the library and its implementations with your React Native project

Guide

npm.io

Properties

Basic

PropDefaultTypeDescription
searchBgColorrgb(202,201,207)StringBackground color of searchbar.
searchPlaceholderSearch...StringSearchbar placeholder text.
viewCloseStyle{}styleStyle of the remove selected contact icon style.
viewCheckMarkStyle{}styleStyle of the selected contact tick icon style .
sepratorStyle{}styleStyle of the contact list seprator.
viewSepratorStyle{}styleStyle of the selected list and list seprator .
otherContactList[]ArrayArray of other contacts if need to add {fullname:"Logistic Infotech",phonenumber:"123456789",avatar:"avatar path/url"}.
onContactSelected() => {}functionReturn contact item when selected.
onContactRemove() => {}functionReturn contact item when removed from selected list.
getSelectedContacts----Return list of the selected contacts.