onmotion / react-native-autocomplete-dropdown

Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
MIT License
192 stars 76 forks source link

Add specific style when highlight on ScrollViewListItem #109

Open Hova25 opened 7 months ago

Hova25 commented 7 months ago

Hello,

Actually we can't customise style of ScrollViewListItem when text highlighting. I think we can add props for this What do you think about this ? Do you want i create merge request with this update ?

King regards

onmotion commented 7 months ago

Hi @Hova25 you can implement your own element that will be used for rendering the ListItem https://github.com/onmotion/react-native-autocomplete-dropdown/blob/11101eeda08ffc15bcef9757b18eefc0c1276417/src/index.js#L224

Hova25 commented 7 months ago

yes i now it but just for highlight styling we need to re-implement all functionalities of item rendering