How to add image on react-native-google-places-autocomplete list

361 Views Asked by At

I can't figure out this problem. Is it possible on this npm library? This is what I want to achieve

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, with the renderRow prop

renderRow: custom component to render each result row (use this to show an icon beside each result). data and index will be passed as input parameters