UnPourTous / react-native-search-list

A searchable ListView which supports Chinese PinYin and alphabetical index.
https://github.com/UnPourTous/react-native-search-list
159 stars 66 forks source link

How can i implement search list with thumbnail #13

Closed aliwaqassi closed 6 years ago

aliwaqassi commented 6 years ago

screen shot 2018-05-15 at 1 13 39 pm like this, is it possible? need help

erichua23 commented 6 years ago

Implement your own renderRow, like:

  renderRow (item, sectionID, rowID, highlightRowFunc, isSearching) {
    // implement your own row component ....
    return <ContactListItem  />
  }
aliwaqassi commented 6 years ago

Thanks for your quick response, love you man